forked from pool/python-hstspreload
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
38f43733ae | |||
99718b3723 | |||
b5409646fa | |||
d4322ccbca | |||
31e19b68f8 | |||
71fc807280 | |||
d6d4338a9c | |||
70740694a1 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4cf79eec46dfaffdfd1807a4651acf47eb4f67e17bcc56abf06598822d4319ce
|
|
||||||
size 1186422
|
|
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,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>
|
Wed Aug 21 17:53:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-hstspreload
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,18 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-hstspreload
|
Name: python-hstspreload
|
||||||
Version: 2024.8.1
|
Version: 2025.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Chromium HSTS Preload list
|
Summary: Python Chromium HSTS Preload list
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/sethmlarson/hstspreload
|
URL: https://github.com/sethmlarson/hstspreload
|
||||||
Source: https://files.pythonhosted.org/packages/source/h/hstspreload/hstspreload-%{version}.tar.gz
|
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
|
Source1: https://raw.githubusercontent.com/python-http/hstspreload/master/test_hstspreload.py
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -41,10 +41,10 @@ Chromium HSTS Preload list as a Python package.
|
|||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
#%%check depends on httpx, which depends on hstspreload
|
#%%check depends on httpx, which depends on hstspreload
|
||||||
@@ -54,6 +54,7 @@ cp %{SOURCE1} .
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/hstspreload
|
||||||
|
%{python_sitelib}/hstspreload-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user