Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 896728b6c2 | |||
| 8b0b8de829 | |||
| 1fa937916f | |||
| 3192546c77 | |||
| f37c7f656d | |||
| 6ab15fd2d6 | |||
| 2865b22a9e | |||
| 1d1bb733fc | |||
| e3ce3bdd22 | |||
| 9bd9cb4cf7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64be485ffe18b83680b2ddf82214937e87e76c458599dde99f2d81459f7be7de
|
||||
size 1162118
|
||||
3
hstspreload-2025.1.1.tar.gz
Normal file
3
hstspreload-2025.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:346552a807b3a1762376de8ecce097544e7fcd64fb64231b4652da52f86fa6f1
|
||||
size 1301763
|
||||
@@ -1,8 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 2024.8.1:
|
||||
* Automated updates to the HSTS preload list on 2024-8-1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 08:11:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2024.6.1:
|
||||
* Automated updates to the HSTS preload list on 2024-4-1
|
||||
* Automated updates to the HSTS preload list on 2024-6-1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 20:13:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -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.6.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
|
||||
|
||||
Reference in New Issue
Block a user