14
0

Accepting request 1006800 from home:yarunachalam:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1006800
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hstspreload?expand=0&rev=3
This commit is contained in:
2022-09-29 09:22:31 +00:00
committed by Git OBS Bridge
parent eae15ca824
commit c46649eaa8
5 changed files with 53 additions and 6 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:890e89c1834ea83f39541fdd02be65b990092d256c5a5e1d74df5ab107ddfdaf
size 1412363

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Thu Sep 29 01:43:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <jayvdb@gmail.com>

View File

@@ -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

View File

@@ -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"
)