diff --git a/hstspreload-2022.12.1.tar.gz b/hstspreload-2022.12.1.tar.gz deleted file mode 100644 index bb475b5..0000000 --- a/hstspreload-2022.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2df7b64666b711a670894708c31558f84be9fd8da5e2d4cc40927faaf55792a -size 1506650 diff --git a/hstspreload-2023.1.1.tar.gz b/hstspreload-2023.1.1.tar.gz new file mode 100644 index 0000000..acb98c2 --- /dev/null +++ b/hstspreload-2023.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2330a88b3fe3344c9eb431257e1ff3ae06c3bc2ff87ca686a5f253e2881a6c1 +size 1539131 diff --git a/python-hstspreload.changes b/python-hstspreload.changes index 56369fa..304134f 100644 --- a/python-hstspreload.changes +++ b/python-hstspreload.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 4 20:00:07 UTC 2023 - Dirk Müller + +- update to 2023.1.1: + * Automated updates to the HSTS preload list on 2023-1-1 + ------------------------------------------------------------------- Wed Dec 7 18:58:00 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-hstspreload.spec b/python-hstspreload.spec index 6c11190..16e994a 100644 --- a/python-hstspreload.spec +++ b/python-hstspreload.spec @@ -1,7 +1,7 @@ # # spec file for package python-hstspreload # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-hstspreload -Version: 2022.12.1 +Version: 2023.1.1 Release: 0 Summary: Python Chromium HSTS Preload list License: BSD-3-Clause Group: Development/Languages/Python -URL: https://github.com/python-http/hstspreload +URL: https://github.com/sethmlarson/hstspreload Source: https://files.pythonhosted.org/packages/source/h/hstspreload/hstspreload-%{version}.tar.gz Source1: https://raw.githubusercontent.com/python-http/hstspreload/master/test_hstspreload.py BuildRequires: %{python_module pytest}