commit 8750a02267f671997cfdd2b71ce77b6c28050031 Author: tigro Date: Sat Jan 4 16:42:35 2025 +0300 import python-mypy_extensions-1.0.0-8.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..771c1ee --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/mypy_extensions-1.0.0.tar.gz diff --git a/.python-mypy_extensions.metadata b/.python-mypy_extensions.metadata new file mode 100644 index 0000000..5ff4f27 --- /dev/null +++ b/.python-mypy_extensions.metadata @@ -0,0 +1 @@ +44e982bce90f374fec7a59e401be4aed9a114dc9 SOURCES/mypy_extensions-1.0.0.tar.gz diff --git a/SPECS/python-mypy_extensions.spec b/SPECS/python-mypy_extensions.spec new file mode 100644 index 0000000..1ed7fde --- /dev/null +++ b/SPECS/python-mypy_extensions.spec @@ -0,0 +1,121 @@ +%global srcname mypy_extensions + +Name: python-%{srcname} +Version: 1.0.0 +Release: 8%{?dist} +Summary: Extensions for mypy (separated out from mypy/extensions) + +License: MIT +URL: https://github.com/python/mypy_extensions +Source: %{pypi_source} + +BuildArch: noarch + +%global _description \ +The "mypy_extensions" module defines experimental extensions to the standard\ +"typing" module that are supported by the mypy typechecker. + +%description %{_description} + +%package -n python3-%{srcname} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{srcname}} +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +%description -n python3-%{srcname} %{_description} + +Python 3 version. + +%prep +%autosetup -n %{srcname}-%{version} +rm -vrf *.egg-info/ + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{srcname} +%license LICENSE +%doc README.md +%{python3_sitelib}/%{srcname}-*.egg-info/ +%{python3_sitelib}/%{srcname}.py +%{python3_sitelib}/__pycache__/%{srcname}.* + +%changelog +* Sat Jan 04 2025 Arkady L. Shane - 1.0.0-8 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 1.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 1.0.0-7 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 1.0.0-3 +- Rebuilt for Python 3.12 + +* Mon Mar 13 2023 Gwyn Ciesla - 1.0.0-2 +- migrate to SPDX license + +* Wed Mar 08 2023 Gwyn Ciesla - 1.0.0-1 +- 1.0.0 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.4.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.4.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.4.3-9 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.4.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.4.3-6 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.4.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.4.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.4.3-3 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Jan 07 2020 Robert-André Mauchin - 0.4.3-1 +- Update to 0.4.3 + +* Sun Dec 29 2019 FeRD (Frank Dana) - 0.4.1-5 +- Fix output package name + +* Thu Oct 03 2019 Miro Hrončok - 0.4.1-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.4.1-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 23 2019 Igor Gnatenko - 0.4.1-1 +- Initial package