Compare commits
No commits in common. 'epel9' and 'i10fe' have entirely different histories.
@ -1 +1 @@
|
|||||||
deprecated-*.tar.gz
|
SOURCES/Deprecated-1.2.14.tar.gz
|
||||||
|
@ -1,49 +0,0 @@
|
|||||||
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 @@
|
|||||||
|
6ec76bfd797dfd27365e61dbeefc6b6c0fa5a21b SOURCES/Deprecated-1.2.14.tar.gz
|
@ -1,3 +0,0 @@
|
|||||||
This repository is maintained by packit.
|
|
||||||
https://packit.dev/
|
|
||||||
The file was generated using packit 0.75.0.post23+g672eac3.
|
|
@ -1,50 +1,49 @@
|
|||||||
Name: python-deprecated
|
%global srcname Deprecated
|
||||||
Version: 1.2.15
|
%global pkgname deprecated
|
||||||
Release: 1%{?dist}
|
|
||||||
|
Name: python-%{pkgname}
|
||||||
|
Version: 1.2.14
|
||||||
|
Release: 7%{?dist}
|
||||||
Summary: Python decorator to deprecate old python classes, functions or methods
|
Summary: Python decorator to deprecate old python classes, functions or methods
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/laurent-laporte-pro/deprecated
|
URL: https://github.com/tantale/%{pkgname}
|
||||||
Source: %{pypi_source deprecated}
|
Source0: %{pypi_source}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%global _description %{expand:
|
%description
|
||||||
Python @deprecated decorator to deprecate old python classes,
|
Python @deprecated decorator to deprecate old python classes,
|
||||||
functions or methods.}
|
functions or methods.
|
||||||
|
|
||||||
%description %{_description}
|
|
||||||
|
|
||||||
%package -n python3-deprecated
|
%package -n python3-%{pkgname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-setuptools
|
||||||
|
%{?python_provide:%python_provide python3-%{pkgname}}
|
||||||
|
|
||||||
%description -n python3-deprecated %{_description}
|
%description -n python3-%{pkgname}
|
||||||
|
Python @deprecated decorator to deprecate old python classes,
|
||||||
|
functions or methods.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n deprecated-%{version}
|
%autosetup -n %{srcname}-%{version}
|
||||||
|
rm -rf %{pkgname}.egg-info
|
||||||
%generate_buildrequires
|
|
||||||
%pyproject_buildrequires
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%py3_install
|
||||||
%pyproject_save_files -l deprecated
|
|
||||||
|
|
||||||
%check
|
|
||||||
%pytest
|
|
||||||
|
|
||||||
%files -n python3-deprecated -f %{pyproject_files}
|
%files -n python3-%{pkgname}
|
||||||
|
%license LICENSE.rst
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
%{python3_sitelib}/%{pkgname}/
|
||||||
|
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Nov 23 2024 Carl George <carlwgeorge@fedoraproject.org> - 1.2.15-1
|
* Sun Dec 29 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 1.2.14-7
|
||||||
- Update to version 1.2.15
|
- Rebuilt for MSVSphere 10
|
||||||
- Convert to pyproject macros
|
|
||||||
- Run test suite in %%check
|
|
||||||
|
|
||||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-7
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
Loading…
Reference in new issue