diff --git a/python-strict-rfc3339.spec b/python-strict-rfc3339.spec new file mode 100644 index 0000000..397590c --- /dev/null +++ b/python-strict-rfc3339.spec @@ -0,0 +1,39 @@ +%define debug_package %{nil} +%define pypi_name strict-rfc3339 + +Name: python-strict-rfc3339 +Version: 0.7 +Release: 1 +Summary: Strict, simple, lightweight RFC3339 functions +License: GPLv3 +URL: https://github.com/danielrichman/strict-rfc3339 +Source0: https://files.pythonhosted.org/packages/56/e4/879ef1dbd6ddea1c77c0078cd59b503368b0456bcca7d063a870ca2119d3/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel python3-setuptools + +%description +Strict, simple, lightweight RFC3339 functions. + +%package -n python3-%{pypi_name} +Summary: python3 package for strict-rfc3339 + + +%description -n python3-%{pypi_name} +python3 package for strict-rfc3339 + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{pypi_name} +%{python3_sitelib}/* + +%changelog +* Thu Aug 26 2021 orange-snn - 0.7-1 +- Package init diff --git a/python-strict-rfc3339.yaml b/python-strict-rfc3339.yaml new file mode 100644 index 0000000..6862085 --- /dev/null +++ b/python-strict-rfc3339.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: strict-rfc3339 +tag_prefix: "^v" +separator: "." diff --git a/strict-rfc3339-0.7.tar.gz b/strict-rfc3339-0.7.tar.gz new file mode 100644 index 0000000..fe2d121 Binary files /dev/null and b/strict-rfc3339-0.7.tar.gz differ