1
0

8 Commits

Author SHA256 Message Date
38f43733ae Accepting request 1292496 from devel:languages:python
- update to 2025.1.1:
  * Automated updates to the HSTS preload list on 2025-1-1

OBS-URL: https://build.opensuse.org/request/show/1292496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hstspreload?expand=0&rev=17
2025-07-14 08:52:03 +00:00
99718b3723 - update to 2025.1.1:
* Automated updates to the HSTS preload list on 2025-1-1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hstspreload?expand=0&rev=33
2025-07-13 12:19:39 +00:00
b5409646fa Accepting request 1291574 from devel:languages:python
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1291574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hstspreload?expand=0&rev=16
2025-07-10 20:12:05 +00:00
d4322ccbca - Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hstspreload?expand=0&rev=31
2025-07-10 03:01:01 +00:00
31e19b68f8 Accepting request 1223993 from devel:languages:python
- update to 2024.11.1:
  * Automated updates to the HSTS preload list on 2024-11-1

OBS-URL: https://build.opensuse.org/request/show/1223993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hstspreload?expand=0&rev=15
2024-11-14 15:09:04 +00:00
71fc807280 - update to 2024.11.1:
* Automated updates to the HSTS preload list on 2024-11-1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hstspreload?expand=0&rev=29
2024-11-13 15:23:40 +00:00
d6d4338a9c Accepting request 1219187 from devel:languages:python
- update to 2024.10.1:
  * Automated updates to the HSTS preload list on 2024-10-1

OBS-URL: https://build.opensuse.org/request/show/1219187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hstspreload?expand=0&rev=14
2024-10-30 16:36:24 +00:00
70740694a1 - update to 2024.10.1:
* Automated updates to the HSTS preload list on 2024-10-1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hstspreload?expand=0&rev=27
2024-10-29 21:14:54 +00:00
4 changed files with 35 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cf79eec46dfaffdfd1807a4651acf47eb4f67e17bcc56abf06598822d4319ce
size 1186422

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:346552a807b3a1762376de8ecce097544e7fcd64fb64231b4652da52f86fa6f1
size 1301763

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jul 13 12:19:11 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2025.1.1:
* Automated updates to the HSTS preload list on 2025-1-1
-------------------------------------------------------------------
Thu Jul 10 03:00:26 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Wed Nov 13 15:23:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.11.1:
* Automated updates to the HSTS preload list on 2024-11-1
-------------------------------------------------------------------
Tue Oct 29 21:14:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.10.1:
* Automated updates to the HSTS preload list on 2024-10-1
-------------------------------------------------------------------
Wed Aug 21 17:53:08 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hstspreload
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,18 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-hstspreload
Version: 2024.8.1
Version: 2025.1.1
Release: 0
Summary: Python Chromium HSTS Preload list
License: BSD-3-Clause
Group: Development/Languages/Python
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 pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -41,10 +41,10 @@ Chromium HSTS Preload list as a Python package.
cp %{SOURCE1} .
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
#%%check depends on httpx, which depends on hstspreload
@@ -54,6 +54,7 @@ cp %{SOURCE1} .
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/hstspreload
%{python_sitelib}/hstspreload-%{version}.dist-info
%changelog