Blame SPECS/python-typing-extensions.spec

rdobuilder 96a44c
Name:      python-typing-extensions
rdobuilder 96a44c
Version:   4.12.2
rdobuilder 96a44c
Release:   2%{?dist}
rdobuilder 96a44c
Summary:   Python Typing Extensions
rdobuilder 96a44c
rdobuilder 96a44c
License:   PSF-2.0
rdobuilder 96a44c
URL:       https://pypi.org/project/typing-extensions/
rdobuilder 96a44c
Source0:   %{pypi_source typing_extensions}
rdobuilder 96a44c
rdobuilder 96a44c
BuildArch: noarch
rdobuilder 96a44c
rdobuilder 96a44c
BuildRequires: python3-devel
rdobuilder 96a44c
BuildRequires:  pyproject-rpm-macros
rdobuilder 96a44c
BuildRequires: python3-test
rdobuilder 96a44c
rdobuilder 96a44c
rdobuilder 96a44c
%global _description %{expand:
rdobuilder 96a44c
The typing_extensions module serves two related purposes:
rdobuilder 96a44c
rdobuilder 96a44c
  Enable use of new type system features on older Python versions.
rdobuilder 96a44c
  For example, typing.TypeGuard is new in Python 3.10, but typing_extensions
rdobuilder 96a44c
  allows users on previous Python versions to use it too.
rdobuilder 96a44c
rdobuilder 96a44c
  Enable experimentation with new type system PEPs before they are accepted and
rdobuilder 96a44c
  added to the typing module.
rdobuilder 96a44c
rdobuilder 96a44c
typing_extensions is treated specially by static type checkers such as mypy and
rdobuilder 96a44c
pyright. Objects defined in typing_extensions are treated the same way as
rdobuilder 96a44c
equivalent forms in typing.
rdobuilder 96a44c
rdobuilder 96a44c
typing_extensions uses Semantic Versioning. The major version will be
rdobuilder 96a44c
incremented only for backwards-incompatible changes. Therefore, it's safe to
rdobuilder 96a44c
depend on typing_extensions like this: typing_extensions >=x.y, <(x+1),
rdobuilder 96a44c
where x.y is the first version that includes all features you need.}
rdobuilder 96a44c
rdobuilder 96a44c
%description %_description
rdobuilder 96a44c
rdobuilder 96a44c
%package -n python3-typing-extensions
rdobuilder 96a44c
Summary:       %{summary}
rdobuilder 96a44c
rdobuilder 96a44c
%description -n python3-typing-extensions %_description
rdobuilder 96a44c
rdobuilder 96a44c
rdobuilder 96a44c
%prep
rdobuilder 96a44c
%autosetup -n typing_extensions-%{version}
rdobuilder 96a44c
rdobuilder 96a44c
rdobuilder 96a44c
%generate_buildrequires
rdobuilder 96a44c
%pyproject_buildrequires
rdobuilder 96a44c
rdobuilder 96a44c
rdobuilder 96a44c
%build
rdobuilder 96a44c
%pyproject_wheel
rdobuilder 96a44c
rdobuilder 96a44c
rdobuilder 96a44c
%install
rdobuilder 96a44c
%pyproject_install
rdobuilder 96a44c
rdobuilder 96a44c
%pyproject_save_files typing_extensions
rdobuilder 96a44c
rdobuilder 96a44c
rdobuilder 96a44c
%check
rdobuilder 96a44c
cd src
rdobuilder 96a44c
%{python3} -m unittest discover
rdobuilder 96a44c
rdobuilder 96a44c
rdobuilder 96a44c
%files -n python3-typing-extensions -f %{pyproject_files}
rdobuilder 96a44c
%license LICENSE
rdobuilder 96a44c
%doc CHANGELOG.md
rdobuilder 96a44c
%doc README.md
rdobuilder 96a44c
rdobuilder 96a44c
rdobuilder 96a44c
%changelog
rdobuilder 96a44c
* Mon Jun 10 2024 Python Maint <python-maint@redhat.com> - 4.12.2-2
rdobuilder 96a44c
- Rebuilt for Python 3.13
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jun 07 2024 Jonny Heggheim <hegjon@gmail.com> - 4.12.2-1
rdobuilder 96a44c
- Updated to version 4.12.2
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 4.12.1-2
rdobuilder 96a44c
- Rebuilt for Python 3.13
rdobuilder 96a44c
rdobuilder 96a44c
* Sun Jun 02 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 4.12.1-1
rdobuilder 96a44c
- Updated to version 4.12.1 (close RHBZ#2280883)
rdobuilder 96a44c
rdobuilder 96a44c
* Wed May 29 2024 Karolina Surma <ksurma@redhat.com> - 4.12.0-1
rdobuilder 96a44c
- Updated to version 4.12.0
rdobuilder 96a44c
rdobuilder 96a44c
* Tue Apr 09 2024 Jonny Heggheim <hegjon@gmail.com> - 4.11.0-1
rdobuilder 96a44c
- Updated to version 4.11.0
rdobuilder 96a44c
rdobuilder 96a44c
* Tue Feb 27 2024 Jonny Heggheim <hegjon@gmail.com> - 4.10.0-1
rdobuilder 96a44c
- Updated to version 4.10.0
rdobuilder 96a44c
rdobuilder 96a44c
* Sun Feb 18 2024 Jonny Heggheim <hegjon@gmail.com> - 4.10.0~rc1-1
rdobuilder 96a44c
- Updated to version 4.10.0rc1
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Feb 16 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 4.9.0-4
rdobuilder 96a44c
- Fix test_generic_protocols_special_from_protocol with latest Python
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-3
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-2
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Sun Dec 10 2023 Jonny Heggheim <hegjon@gmail.com> - 4.9.0-1
rdobuilder 96a44c
- Updated to version 4.9.0
rdobuilder 96a44c
rdobuilder 96a44c
* Mon Sep 18 2023 Jonny Heggheim <hegjon@gmail.com> - 4.8.0-1
rdobuilder 96a44c
- Updated to version 4.8.0
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.1-2
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Sun Jul 02 2023 Jonny Heggheim <hegjon@gmail.com> - 4.7.1-1
rdobuilder 96a44c
- Updated to version 4.7.1
rdobuilder 96a44c
rdobuilder 96a44c
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 4.7.0-2
rdobuilder 96a44c
- Rebuilt for Python 3.12
rdobuilder 96a44c
rdobuilder 96a44c
* Wed Jun 28 2023 Jonny Heggheim <hegjon@gmail.com> - 4.7.0-1
rdobuilder 96a44c
- Updated to version 4.7.0
rdobuilder 96a44c
rdobuilder 96a44c
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.6.3-2
rdobuilder 96a44c
- Rebuilt for Python 3.12
rdobuilder 96a44c
rdobuilder 96a44c
* Sat Jun 03 2023 Jonny Heggheim <hegjon@gmail.com> - 4.6.3-1
rdobuilder 96a44c
- Updated to version 4.6.3
rdobuilder 96a44c
rdobuilder 96a44c
* Thu May 25 2023 Jonny Heggheim <hegjon@gmail.com> - 4.6.2-1
rdobuilder 96a44c
- Updated to version 4.6.2
rdobuilder 96a44c
rdobuilder 96a44c
* Wed May 24 2023 Jonny Heggheim <hegjon@gmail.com> - 4.6.1-1
rdobuilder 96a44c
- Updated to version 4.6.1
rdobuilder 96a44c
rdobuilder 96a44c
* Tue May 23 2023 Jonny Heggheim <hegjon@gmail.com> - 4.6.0-1
rdobuilder 96a44c
- Updated to version 4.6.0
rdobuilder 96a44c
rdobuilder 96a44c
* Wed Feb 15 2023 Jonny Heggheim <hegjon@gmail.com> - 4.5.0-1
rdobuilder 96a44c
- Updated to version 4.5.0
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.0-3
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Tue Nov 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 4.4.0-2
rdobuilder 96a44c
- Update License to SPDX
rdobuilder 96a44c
rdobuilder 96a44c
* Thu Nov 24 2022 Jonny Heggheim <hegjon@gmail.com> - 4.4.0-1
rdobuilder 96a44c
- Updated to version 4.4.0
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-5
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.2.0-4
rdobuilder 96a44c
- Rebuilt for Python 3.11
rdobuilder 96a44c
rdobuilder 96a44c
* Mon May 23 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 4.2.0-3
rdobuilder 96a44c
- Stop using deprecated zero-argument pypi_source macro
rdobuilder 96a44c
rdobuilder 96a44c
* Sun May 22 2022 Jonny Heggheim <hegjon@gmail.com> - 4.2.0-2
rdobuilder 96a44c
- Removed unused build depenencies
rdobuilder 96a44c
rdobuilder 96a44c
* Sat Apr 30 2022 Jonny Heggheim <hegjon@gmail.com> - 4.2.0-1
rdobuilder 96a44c
- Updated to version 4.2.0
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.0.2-2
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Tue Aug 31 2021 Fabian Affolter <mail@fabian-affolter.ch> - 3.10.0.2-1
rdobuilder 96a44c
- Update to latest upstream release 3.10.0.2 (closes rhbz#1955959)
rdobuilder 96a44c
rdobuilder 96a44c
* Thu Aug 26 2021 Fabian Affolter <mail@fabian-affolter.ch> - 3.10.0.0-1
rdobuilder 96a44c
- Update to latest upstream release 3.10.0.0 (closes rhbz#1955959)
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4.3-4
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.7.4.3-3
rdobuilder 96a44c
- Rebuilt for Python 3.10
rdobuilder 96a44c
rdobuilder 96a44c
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4.3-2
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Sun Aug 23 2020 Fabian Affolter <mail@fabian-affolter.ch> - 3.7.4.3-1
rdobuilder 96a44c
- Update to latest upstream release 3.7.4.3 (rhbz#1871451)
rdobuilder 96a44c
rdobuilder 96a44c
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4.2-3
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.7.4.2-2
rdobuilder 96a44c
- Rebuilt for Python 3.9
rdobuilder 96a44c
rdobuilder 96a44c
* Sat Apr 11 2020 Fabian Affolter <mail@fabian-affolter.ch> - 3.7.4.2-1
rdobuilder 96a44c
- Support for Python 3.9 (rhbz#1808663)
rdobuilder 96a44c
- Update to latest upstream release 3.7.4.2 (rhbz#1766182)
rdobuilder 96a44c
rdobuilder 96a44c
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4-5
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.7.4-4
rdobuilder 96a44c
- Rebuilt for Python 3.8.0rc1 (#1748018)
rdobuilder 96a44c
rdobuilder 96a44c
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.7.4-3
rdobuilder 96a44c
- Rebuilt for Python 3.8
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4-2
rdobuilder 96a44c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
rdobuilder 96a44c
rdobuilder 96a44c
* Fri Jul 12 2019 Jonny Heggheim <hegjon@gmail.com> - 3.7.4-1
rdobuilder 96a44c
- Updated to 3.7.4
rdobuilder 96a44c
rdobuilder 96a44c
* Sun Mar 31 2019 Jonny Heggheim <hegjon@gmail.com> - 3.7.2-1
rdobuilder 96a44c
- Inital packaging