## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 10; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-pytz-deprecation-shim Version: 0.1.0.post0 Release: %autorelease Summary: Shims to help you safely remove pytz License: Apache-2.0 URL: https://github.com/pganssle/pytz-deprecation-shim Source: %{pypi_source pytz_deprecation_shim} BuildArch: noarch BuildRequires: python3-devel # Depend on the system tzdata RPM, not the PyPI “tzdata” fallback package BuildRequires: tzdata %global common_description %{expand: pytz has served the Python community well for many years, but it is no longer the best option for providing time zones. pytz has a non-standard interface that is very easy to misuse; this interface was necessary when pytz was created, because datetime had no way to represent ambiguous datetimes, but this was solved in Python 3.6, which added a fold attribute to datetimes in PEP 495. With the addition of the zoneinfo module in Python 3.9 (PEP 615), there has never been a better time to migrate away from pytz. However, since pytz time zones are used very differently from a standard tzinfo, and many libraries have built pytz zones into their standard time zone interface (and thus may have users relying on the existence of the localize and normalize methods); this library provides shim classes that are compatible with both PEP 495 and pytz’s interface, to make it easier for libraries to deprecate pytz.} %description %{common_description} %package -n python3-pytz-deprecation-shim Summary: %{summary} # Depend on the system tzdata RPM, not the PyPI “tzdata” fallback package Requires: tzdata %description -n python3-pytz-deprecation-shim %{common_description} %prep %autosetup -n pytz_deprecation_shim-%{version} # https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters sed -r -i 's/^([[:blank:]]*)(pytest-cov|coverage)\b/\1# \2/' tox.ini # Depend on the system tzdata RPM, not the PyPI “tzdata” fallback package sed -r -i '/\btzdata\b/d' setup.cfg %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files pytz_deprecation_shim %check DEFAULT_TEST_POSARGS='' %tox %files -n python3-pytz-deprecation-shim -f %{pyproject_files} # pyproject-rpm-macros takes care of the LICENSE file in dist-info, but not # licenses/LICENSE_APACHE; we manually include both files in %%_licensedir %license LICENSE %license licenses/LICENSE_APACHE %doc CHANGELOG.rst %doc README.rst %changelog ## START: Generated by rpmautospec * Fri Jan 26 2024 Fedora Release Engineering - 0.1.0.post0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.1.0.post0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 15 2024 Benjamin A. Beasley - 0.1.0.post0-7 - Fix failure to build due to a sed-patch run amok - Close RHBZ#2258443 * Fri Jul 21 2023 Fedora Release Engineering - 0.1.0.post0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jun 16 2023 Python Maint - 0.1.0.post0-4 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 0.1.0.post0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Oct 29 2022 Benjamin A. Beasley - 0.1.0.post0-1 - Initial package ## END: Generated by rpmautospec