python3-hstspreload:verbump

This commit is contained in:
blue-devil
2020-01-23 21:53:27 +03:00
parent 4361351f3d
commit 919de16a00
@@ -8,15 +8,15 @@
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSD3</License>
<PartOf>programming.language.python3</PartOf>
<License>BSD3</License>
<IsA>library</IsA>
<Summary>Chromium HSTS Preload list as a Python package and updated daily.</Summary>
<Description>Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS.</Description>
<Archive sha1sum="eeb710b7e70ce118afcecc49e783716177d234aa" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.1.15.tar.gz</Archive>
<Archive sha1sum="f9fe6dbc67097ddc8bf67a7eca3e22f0e9cad7e2" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.1.22.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
@@ -27,13 +27,20 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/python3-hstspreload</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-01-23</Date>
<Version>2020.1.22</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-01-15</Date>
<Version>2020.1.15</Version>