commit
30f98a3665
@ -0,0 +1 @@
|
||||
SOURCES/strict-rfc3339-0.7.tar.gz
|
@ -0,0 +1 @@
|
||||
f4320f58dbee9c68f201154640b06a4396ede626 SOURCES/strict-rfc3339-0.7.tar.gz
|
@ -0,0 +1,105 @@
|
||||
%global _description %{expand:
|
||||
Goals:
|
||||
- Convert UNIX timestamps to and from RFC3339.
|
||||
- Either produce RFC3339 strings with a UTC offset (Z) or with the offset that
|
||||
the C time module reports is the local timezone offset.
|
||||
- Simple with minimal dependencies/libraries.
|
||||
- Avoid timezones as much as possible.
|
||||
- Be very strict and follow RFC3339.}
|
||||
|
||||
Name: python-strict-rfc3339
|
||||
Version: 0.7
|
||||
Release: 15%{?dist}
|
||||
Summary: Strict, simple, lightweight RFC3339 functions
|
||||
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/danielrichman/strict-rfc3339
|
||||
Source: %{pypi_source strict-rfc3339}
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
|
||||
|
||||
%description %{_description}
|
||||
|
||||
|
||||
%package -n python3-strict-rfc3339
|
||||
Summary: %{summary}
|
||||
|
||||
|
||||
%description -n python3-strict-rfc3339 %{_description}
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n strict-rfc3339-%{version}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires
|
||||
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%pyproject_save_files strict_rfc3339
|
||||
|
||||
|
||||
%check
|
||||
%pyproject_check_import
|
||||
|
||||
|
||||
%files -n python3-strict-rfc3339 -f %{pyproject_files}
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 05 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.7-15
|
||||
- Rebuilt for MSVSphere 10
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.7-14
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.7-10
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Wed Feb 15 2023 Carl George <carl@george.computer> - 0.7-9
|
||||
- Convert to pyproject macros
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.7-6
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.7-3
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Oct 08 2020 Aurelien Bompard <abompard@fedoraproject.org> - 0.7-1
|
||||
- Initial package.
|
Loading…
Reference in new issue