diff --git a/hstspreload-2020.11.21.tar.gz b/hstspreload-2020.11.21.tar.gz deleted file mode 100644 index 09a5bf8..0000000 --- a/hstspreload-2020.11.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0c2ce53e4e065a830995db5bb4e5c1991ec4c277ba1868d4eb5f88301b920b3 -size 978263 diff --git a/hstspreload-2022.9.1.tar.gz b/hstspreload-2022.9.1.tar.gz new file mode 100644 index 0000000..8d6dca9 --- /dev/null +++ b/hstspreload-2022.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890e89c1834ea83f39541fdd02be65b990092d256c5a5e1d74df5ab107ddfdaf +size 1412363 diff --git a/python-hstspreload.changes b/python-hstspreload.changes index 9853059..540dbd6 100644 --- a/python-hstspreload.changes +++ b/python-hstspreload.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Sep 29 01:43:01 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 2022.9.1 + - Automated updates to the HSTS preload list on 2022-9-1 + * Automated updates to the HSTS preload list on 2022-8-1 + * Fix build module name + * Automated updates to the HSTS preload list on 2022-7-10 + * forgot flake8 + * Also update the test URL + * Move requirements to their own directory + * Allow manually running cron.sh + * Update branch from 'master' to 'main' of Chromium repository + * Add explicit support for Python 3.9 and 3.10 + * Automated updates to the HSTS preload list on 2021-12-1 + * Automated updates to the HSTS preload list on 2021-11-1 + * Automated updates to the HSTS preload list on 2021-10-1 + * Automated updates to the HSTS preload list on 2021-9-1 + * Automated updates to the HSTS preload list on 2021-8-1 + * Run monthly instead of weekly + * Use env field in GHA + * Fix cron? add manual deploy + * Automated updates to the HSTS preload list on 2021-7-5 + * Automated updates to the HSTS preload list on 2021-6-28 + * Automated updates to the HSTS preload list on 2021-6-21 + * Automated updates to the HSTS preload list on 2021-6-14 + * Automated updates to the HSTS preload list on 2021-5-31 + * Automated updates to the HSTS preload list on 2021-5-24 + * Automated updates to the HSTS preload list on 2021-5-17 + * Use main instead of master + * Update cron.sh + * Automated updates to the HSTS preload list on 2021-5-3 + * Automated updates to the HSTS preload list on 2021-4-26 + * Automated updates to the HSTS preload list on 2021-4-19 + * Automated updates to the HSTS preload list on 2021-4-12 + * Automated updates to the HSTS preload list on 2021-3-29 + * Automated updates to the HSTS preload list on 2021-3-22 + * Automated updates to the HSTS preload list on 2021-3-8 + * Automated updates to the HSTS preload list on 2021-3-1 + * Automated updates to the HSTS preload list on 2021-2-15 + * Automated updates to the HSTS preload list on 2021-2-1 + * Automated updates to the HSTS preload list on 2021-1-25 + * Add shields to README + * Automated updates to the HSTS preload list on 2021-1-11 + * Automated updates to the HSTS preload list on 2020-12-22 + * Use lint nox session + ------------------------------------------------------------------- Sat Nov 21 11:10:55 UTC 2020 - John Vandenberg diff --git a/python-hstspreload.spec b/python-hstspreload.spec index d35459e..0015c3d 100644 --- a/python-hstspreload.spec +++ b/python-hstspreload.spec @@ -1,7 +1,7 @@ # # spec file for package python-hstspreload # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-hstspreload -Version: 2020.11.21 +Version: 2022.9.1 Release: 0 Summary: Python Chromium HSTS Preload list License: BSD-3-Clause diff --git a/test_hstspreload.py b/test_hstspreload.py index e4105fc..cfd11ce 100644 --- a/test_hstspreload.py +++ b/test_hstspreload.py @@ -8,7 +8,7 @@ import urllib3 import hstspreload HSTS_PRELOAD_URL = ( - "https://chromium.googlesource.com/chromium/src/+/master/" + "https://chromium.googlesource.com/chromium/src/+/main/" "net/http/transport_security_state_static.json?format=TEXT" )