From 30f98a36652d5fbfcdcb08bab12ec6b70d4fd57f Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 5 Jan 2025 23:24:28 +0300 Subject: [PATCH] import python-strict-rfc3339-0.7-15.el10 --- .gitignore | 1 + .python-strict-rfc3339.metadata | 1 + SPECS/python-strict-rfc3339.spec | 105 +++++++++++++++++++++++++++++++ 3 files changed, 107 insertions(+) create mode 100644 .gitignore create mode 100644 .python-strict-rfc3339.metadata create mode 100644 SPECS/python-strict-rfc3339.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb8a800 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/strict-rfc3339-0.7.tar.gz diff --git a/.python-strict-rfc3339.metadata b/.python-strict-rfc3339.metadata new file mode 100644 index 0000000..b53e290 --- /dev/null +++ b/.python-strict-rfc3339.metadata @@ -0,0 +1 @@ +f4320f58dbee9c68f201154640b06a4396ede626 SOURCES/strict-rfc3339-0.7.tar.gz diff --git a/SPECS/python-strict-rfc3339.spec b/SPECS/python-strict-rfc3339.spec new file mode 100644 index 0000000..29fa225 --- /dev/null +++ b/SPECS/python-strict-rfc3339.spec @@ -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 - 0.7-15 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 0.7-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 0.7-14 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.7-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.7-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 0.7-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 0.7-10 +- Rebuilt for Python 3.12 + +* Wed Feb 15 2023 Carl George - 0.7-9 +- Convert to pyproject macros + +* Fri Jan 20 2023 Fedora Release Engineering - 0.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.7-6 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.7-3 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Oct 08 2020 Aurelien Bompard - 0.7-1 +- Initial package.