python3-hstspreload:ver.bump

This commit is contained in:
blue-devil
2020-02-22 09:29:25 +03:00
parent bfe3504017
commit 1f0c937be9
@@ -13,7 +13,7 @@
<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="447d6d4d556b2a4bd102a0a22e5e8860b3470bbf" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.2.15.tar.gz</Archive>
<Archive sha1sum="1c258608c93e56e42e82d11a3e660417459f848a" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.2.21.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -34,6 +34,20 @@
</Package>
<History>
<Update release="6">
<Date>2020-02-22</Date>
<Version>2020.2.21</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-02-21</Date>
<Version>2020.2.20</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-18</Date>
<Version>2020.2.15</Version>