From 1864ae5ca6ea2daf6dea4ba16f88610d92b2be89 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Tue, 11 Jun 2024 01:25:14 +0000 Subject: [PATCH] update patch date --- Bump_RECENT_DATE.patch | 2 +- python-urllib3.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Bump_RECENT_DATE.patch b/Bump_RECENT_DATE.patch index 6f3c3d0..e0a96a2 100644 --- a/Bump_RECENT_DATE.patch +++ b/Bump_RECENT_DATE.patch @@ -16,6 +16,6 @@ index d3634e5654..0b6d60ed63 100644 # When it comes time to update this value as a part of regular maintenance # (ie test_recent_date is failing) update it to ~6 months before the current date. -RECENT_DATE = datetime.date(2020, 7, 1) -+RECENT_DATE = datetime.date(2022, 1, 1) ++RECENT_DATE = datetime.date(2024, 1, 1) _CONTAINS_CONTROL_CHAR_RE = re.compile(r"[^-!#$%&'*+.^_`|~0-9a-zA-Z]") diff --git a/python-urllib3.spec b/python-urllib3.spec index 84df1ec..3344d8d 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.26.3 -Release: 5 +Release: 6 Summary: Sanity-friendly HTTP client for Python License: MIT URL: https://urllib3.readthedocs.io @@ -75,6 +75,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt %{python3_sitelib}/urllib3-*.egg-info %changelog +* Tue Jun 11 2024 wangxiyuan - 1.26.3-6 +- Fix unit test error for 2203 SP4 + * Tue Oct 25 2022 wangxiyuan - 1.26.3-5 - Fix unit test error -- Gitee