diff --git a/Bump_RECENT_DATE.patch b/Bump_RECENT_DATE.patch index 6f3c3d080f62a2722b3ce900e28e2dd4372888b6..e0a96a24e79d32fc197ce324049f039a8de318bb 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 84df1ec3142ebdc6cb3d443d4ffd822803e1d421..3344d8d9a08024adfe25f6cea8a3e4a0df05aee9 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