import python-deprecated-1.2.14-7.el9

i9ce changed/i9ce/python-deprecated-1.2.14-7.el9
MSVSphere Packaging Team 2 months ago
parent 4ef72f2eb6
commit bf122a6f18
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/Deprecated-1.2.13.tar.gz
SOURCES/Deprecated-1.2.14.tar.gz

@ -1 +1 @@
02cb0ea2a57399dbf740affdc57690f0627186be SOURCES/Deprecated-1.2.13.tar.gz
6ec76bfd797dfd27365e61dbeefc6b6c0fa5a21b SOURCES/Deprecated-1.2.14.tar.gz

@ -1,17 +1,49 @@
synced_files:
- python-deprecated.spec
- .packit.yml
upstream_package_name: Deprecated
upstream_tag_template: v{version}
downstream_package_name: python-deprecated
files_to_sync:
- python-deprecated.spec
- .packit.yml
jobs:
- job: propose_downstream
trigger: release
metadata:
dist_git_branches:
- fedora-all
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-all
# Downstream automation
- job: koji_build
trigger: commit
allowed_pr_authors:
- packit
- mfocko
allowed_committers:
- packit
- mfocko
dist_git_branches:
- fedora-all
- epel-9
- epel-10
- job: bodhi_update
trigger: koji_build
allowed_builders:
- packit
- mfocko
dist_git_branches:
- fedora-all
- epel-9
- epel-10
srpm_build_deps:
- python3-pip
- python3-setuptools_scm

@ -0,0 +1,3 @@
# python-deprecated
The python-deprecated package

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.26.1.dev10+gb769a85.
The file was generated using packit 0.75.0.post23+g672eac3.

@ -2,51 +2,107 @@
%global pkgname deprecated
Name: python-%{pkgname}
Version: 1.2.13
Release: 1%{?dist}
Version: 1.2.14
Release: 7%{?dist}
Summary: Python decorator to deprecate old python classes, functions or methods
License: MIT
URL: https://github.com/tantale/%{pkgname}
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
%global _description %{expand:
Python @deprecated decorator to deprecate old python classes, functions or
methods.}
%description %{_description}
%description
Python @deprecated decorator to deprecate old python classes,
functions or methods.
%package -n python3-%{pkgname}
Summary: %{summary}
%description -n python3-%{pkgname} %{_description}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%{?python_provide:%python_provide python3-%{pkgname}}
%description -n python3-%{pkgname}
Python @deprecated decorator to deprecate old python classes,
functions or methods.
%prep
%autosetup -n %{srcname}-%{version}
%generate_buildrequires
%pyproject_buildrequires -r
rm -rf %{pkgname}.egg-info
%build
%pyproject_wheel
%py3_build
%install
%pyproject_install
%pyproject_save_files %{pkgname}
%check
%pyproject_check_import
%py3_install
%files -n python3-%{pkgname} -f %{pyproject_files}
%files -n python3-%{pkgname}
%license LICENSE.rst
%doc README.md
%{python3_sitelib}/%{pkgname}/
%{python3_sitelib}/%{srcname}-*.egg-info/
%changelog
* Mon Feb 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.2.13-1
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.2.14-6
- Rebuilt for Python 3.13
* Mon Feb 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.2.14-5
- Rebuilt for MSVSphere 9.3
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.2.14-2
- Rebuilt for Python 3.12
* Sat May 27 2023 Packit <hello@packit.dev> - 1.2.14-1
- Drops seemingly unused importlib-metadata dev dep (Colin Dean)
- Fixes comment on which version is development branch (Colin Dean)
- Adds Pythons dropped notice to changelog (Colin Dean)
- Drops limitation on tox < 4 since bug was fixed (Colin Dean)
- Adds srpm_build_deps to Packit config (Colin Dean)
- Try explicitly setting AppVeyor image to VS2022 (Colin Dean)
- Exclude pypy3 on ppc64le on Travis builds (Colin Dean)
- Drops old Pythons and adds newer ones for Appveyor build (Colin Dean)
- Drop the .9 from pypy3 in tox.ini (Colin Dean)
- Use specifically pypy3.9 v7.3.9 (Colin Dean)
- Adds Python 3.12 config to tox (Colin Dean)
- Limit tox to <4 on Travis because of outdatedness (Colin Dean)
- Try installing importlib_metadata for tox run (Colin Dean)
- Use newer Travis environment, Focal (Ubuntu 20.04) (Colin Dean)
- Adds importlib-metadata to dev deps (Colin Dean)
- Split and fix tox config for more better coverage (Colin Dean)
- Dropping support for Python older than v3.7 in build systems like pytest and tox, while ensuring the library remains production-compatible. (Colin Dean)
- Drops Python 2.7, 3.5, 3.6 builds from Travis; add 3.12 (Colin Dean)
- Upgrades some actions versions in Actions python builds (Colin Dean)
- Drops Actions builds for Python 2.7, 3.5, 3.6; condense 3.7+ (Colin Dean)
- Bump checkout to v3 in CodeQL Analysis workflow (Colin Dean)
- Add support for Python 3.11 (Hugo van Kemenade)
- edit changelog (Pierrick Rambaud)
- add test for D213 docstrings (Pierrick Rambaud)
- work with empty docstring (Pierrick Rambaud)
- fix: digest D212 and D213 docstring (Pierrick Rambaud)
- Add support for Python 3.10 (Hugo van Kemenade)
- Prepare next version 1.2.14 (unreleased) (Laurent LAPORTE)
- Minor change in bumpversion configuration to also bump the project version in "appveyor.xml". (Laurent LAPORTE)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.2.13-2
- Rebuilt for Python 3.11
* Fri Apr 29 2022 Hunor Csomortáni <csomh@redhat.com> - 1.2.13-1
- Update to version 1.2.13

Loading…
Cancel
Save