6 Commits

Author SHA1 Message Date
Python Maint
91df6c5370 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 14:18:24 +02:00
Python Maint
e0c0cac966 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 14:43:35 +02:00
Fedora Release Engineering
d42eaf7b42 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 10:06:07 +00:00
Python Maint
2f74eed5e4 Rebuilt for Python 3.14 2025-06-03 00:20:06 +02:00
Benjamin A. Beasley
c206a3dc4e Configure Packit
[skip changelog]
2025-05-07 07:16:47 -04:00
Benjamin A. Beasley
a81dd0cba7 F41+: Use the provisional pyproject declarative buildsystem 2025-05-06 22:38:24 -04:00
2 changed files with 17 additions and 20 deletions

13
packit.yaml Normal file
View File

@@ -0,0 +1,13 @@
upstream_project_url: https://github.com/asottile/re-assert
copy_upstream_release_description: false
upstream_tag_template: v{version}
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-rawhide
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all

View File

@@ -8,9 +8,10 @@ License: MIT
URL: https://github.com/asottile/re-assert
Source: %{url}/archive/v%{version}/re-assert-%{version}.tar.gz
BuildArch: noarch
BuildSystem: pyproject
BuildOption(install): -l re_assert
BuildRequires: python3-devel
BuildArch: noarch
BuildRequires: %{py3_dist pytest}
@@ -26,24 +27,7 @@ Summary: %{summary}
%description -n python3-re-assert %{common_description}
%prep
%autosetup -n re-assert-%{version} -p1
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files -l re_assert
%check
%check -a
%pytest