Blame SPECS/python-deprecated.spec

rdobuilder a84a15
%global srcname Deprecated
rdobuilder a84a15
%global pkgname deprecated
rdobuilder a84a15
rdobuilder a84a15
Name:           python-%{pkgname}
rdobuilder a84a15
Version:        1.2.14
rdobuilder a84a15
Release:        3%{?dist}
rdobuilder a84a15
Summary:        Python decorator to deprecate old python classes, functions or methods
rdobuilder a84a15
License:        MIT
rdobuilder a84a15
URL:            https://github.com/tantale/%{pkgname}
rdobuilder a84a15
Source0:        %{pypi_source}
rdobuilder a84a15
BuildArch:      noarch
rdobuilder a84a15
rdobuilder a84a15
%description
rdobuilder a84a15
Python @deprecated decorator to deprecate old python classes,
rdobuilder a84a15
functions or methods.
rdobuilder a84a15
rdobuilder a84a15
%package -n python3-%{pkgname}
rdobuilder a84a15
Summary:        %{summary}
rdobuilder a84a15
BuildRequires:  python3-devel
rdobuilder a84a15
BuildRequires:  python3-setuptools
rdobuilder a84a15
%{?python_provide:%python_provide python3-%{pkgname}}
rdobuilder a84a15
rdobuilder a84a15
%description -n python3-%{pkgname}
rdobuilder a84a15
Python @deprecated decorator to deprecate old python classes,
rdobuilder a84a15
functions or methods.
rdobuilder a84a15
rdobuilder a84a15
%prep
rdobuilder a84a15
%autosetup -n %{srcname}-%{version}
rdobuilder a84a15
rm -rf %{pkgname}.egg-info
rdobuilder a84a15
rdobuilder a84a15
%build
rdobuilder a84a15
%py3_build
rdobuilder a84a15
rdobuilder a84a15
%install
rdobuilder a84a15
%py3_install
rdobuilder a84a15
rdobuilder a84a15
%files -n python3-%{pkgname}
rdobuilder a84a15
%license LICENSE.rst
rdobuilder a84a15
%doc README.md
rdobuilder a84a15
%{python3_sitelib}/%{pkgname}/
rdobuilder a84a15
%{python3_sitelib}/%{srcname}-*.egg-info/
rdobuilder a84a15
rdobuilder a84a15
rdobuilder a84a15
%changelog
rdobuilder a84a15
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-3
rdobuilder a84a15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
rdobuilder a84a15
rdobuilder a84a15
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.2.14-2
rdobuilder a84a15
- Rebuilt for Python 3.12
rdobuilder a84a15
rdobuilder a84a15
* Sat May 27 2023 Packit <hello@packit.dev> - 1.2.14-1
rdobuilder a84a15
- Drops seemingly unused importlib-metadata dev dep (Colin Dean)
rdobuilder a84a15
- Fixes comment on which version is development branch (Colin Dean)
rdobuilder a84a15
- Adds Pythons dropped notice to changelog (Colin Dean)
rdobuilder a84a15
- Drops limitation on tox < 4 since bug was fixed (Colin Dean)
rdobuilder a84a15
- Adds srpm_build_deps to Packit config (Colin Dean)
rdobuilder a84a15
- Try explicitly setting AppVeyor image to VS2022 (Colin Dean)
rdobuilder a84a15
- Exclude pypy3 on ppc64le on Travis builds (Colin Dean)
rdobuilder a84a15
- Drops old Pythons and adds newer ones for Appveyor build (Colin Dean)
rdobuilder a84a15
- Drop the .9 from pypy3 in tox.ini (Colin Dean)
rdobuilder a84a15
- Use specifically pypy3.9 v7.3.9 (Colin Dean)
rdobuilder a84a15
- Adds Python 3.12 config to tox (Colin Dean)
rdobuilder a84a15
- Limit tox to <4 on Travis because of outdatedness (Colin Dean)
rdobuilder a84a15
- Try installing importlib_metadata for tox run (Colin Dean)
rdobuilder a84a15
- Use newer Travis environment, Focal (Ubuntu 20.04) (Colin Dean)
rdobuilder a84a15
- Adds importlib-metadata to dev deps (Colin Dean)
rdobuilder a84a15
- Split and fix tox config for more better coverage (Colin Dean)
rdobuilder a84a15
- Dropping support for Python older than v3.7 in build systems like pytest and tox, while ensuring the library remains production-compatible. (Colin Dean)
rdobuilder a84a15
- Drops Python 2.7, 3.5, 3.6 builds from Travis; add 3.12 (Colin Dean)
rdobuilder a84a15
- Upgrades some actions versions in Actions python builds (Colin Dean)
rdobuilder a84a15
- Drops Actions builds for Python 2.7, 3.5, 3.6; condense 3.7+ (Colin Dean)
rdobuilder a84a15
- Bump checkout to v3 in CodeQL Analysis workflow (Colin Dean)
rdobuilder a84a15
- Add support for Python 3.11 (Hugo van Kemenade)
rdobuilder a84a15
- edit changelog (Pierrick Rambaud)
rdobuilder a84a15
- add test for D213 docstrings (Pierrick Rambaud)
rdobuilder a84a15
- work with empty docstring (Pierrick Rambaud)
rdobuilder a84a15
- fix: digest D212 and D213 docstring (Pierrick Rambaud)
rdobuilder a84a15
- Add support for Python 3.10 (Hugo van Kemenade)
rdobuilder a84a15
- Prepare next version 1.2.14 (unreleased) (Laurent LAPORTE)
rdobuilder a84a15
- Minor change in bumpversion  configuration to also bump the project version in "appveyor.xml". (Laurent LAPORTE)
rdobuilder a84a15
rdobuilder a84a15
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-4
rdobuilder a84a15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
rdobuilder a84a15
rdobuilder a84a15
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-3
rdobuilder a84a15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
rdobuilder a84a15
rdobuilder a84a15
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.2.13-2
rdobuilder a84a15
- Rebuilt for Python 3.11
rdobuilder a84a15
rdobuilder a84a15
* Fri Apr 29 2022 Hunor Csomortáni <csomh@redhat.com> - 1.2.13-1
rdobuilder a84a15
- Update to version 1.2.13
rdobuilder a84a15
rdobuilder a84a15
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.12-4
rdobuilder a84a15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
rdobuilder a84a15
rdobuilder a84a15
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.12-3
rdobuilder a84a15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
rdobuilder a84a15
rdobuilder a84a15
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.2.12-2
rdobuilder a84a15
- Rebuilt for Python 3.10
rdobuilder a84a15
rdobuilder a84a15
* Sat Mar 13 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 1.2.12-1
rdobuilder a84a15
- new upstream release: 1.2.12
rdobuilder a84a15
rdobuilder a84a15
* Sat Feb 06 2021 Hunor Csomortáni <csomh@redhat.com> - 1.2.11-1
rdobuilder a84a15
- new upstream release: 1.2.11
rdobuilder a84a15
rdobuilder a84a15
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.10-2
rdobuilder a84a15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
rdobuilder a84a15
rdobuilder a84a15
* Fri Aug 07 2020 Hunor Csomortáni <csomh@redhat.com> - 1.2.10-1
rdobuilder a84a15
- new upstream release: 1.2.10
rdobuilder a84a15
rdobuilder a84a15
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-8
rdobuilder a84a15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
rdobuilder a84a15
rdobuilder a84a15
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2.6-7
rdobuilder a84a15
- Rebuilt for Python 3.9
rdobuilder a84a15
rdobuilder a84a15
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-6
rdobuilder a84a15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
rdobuilder a84a15
rdobuilder a84a15
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.6-5
rdobuilder a84a15
- Rebuilt for Python 3.8.0rc1 (#1748018)
rdobuilder a84a15
rdobuilder a84a15
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.6-4
rdobuilder a84a15
- Rebuilt for Python 3.8
rdobuilder a84a15
rdobuilder a84a15
* Thu Aug 01 2019 Petr Hracek <phracek@redhat.com> - 1.2.6-3
rdobuilder a84a15
- Enable python dependency generator
rdobuilder a84a15
rdobuilder a84a15
* Fri Jul 26 2019 Petr Hracek <phracek@redhat.com> - 1.2.6-2
rdobuilder a84a15
- Fix python3_sitelib issue
rdobuilder a84a15
rdobuilder a84a15
* Fri Jul 26 2019 Petr Hracek <phracek@redhat.com> - 1.2.6-1
rdobuilder a84a15
- Initial package