public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/reuse] epel10: Merge remote-tracking branch 'gotmax23/rawhide'
@ 2026-08-19 12:50 Carmen Bianca Bakker
0 siblings, 0 replies; only message in thread
From: Carmen Bianca Bakker @ 2026-08-19 12:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/reuse
Branch : epel10
Commit : 0abd52e3b371fab470af908d3cb9071b8a2eb5cc
Author : Carmen Bianca Bakker <carmen@carmenbianca.eu>
Date : 2021-10-08T17:17:08+02:00
Stats : +17/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/reuse/c/0abd52e3b371fab470af908d3cb9071b8a2eb5cc?branch=epel10
Log:
Merge remote-tracking branch 'gotmax23/rawhide'
---
diff --git a/.gitignore b/.gitignore
index 0d1f040..f354564 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ results_reuse/
/reuse-0.8.0.tar.gz
/reuse-0.11.1.tar.gz
/reuse-0.12.1.tar.gz
+/reuse-0.13.0.tar.gz
diff --git a/reuse.spec b/reuse.spec
index 245e2af..ef69ca8 100644
--- a/reuse.spec
+++ b/reuse.spec
@@ -1,7 +1,5 @@
-%global pypi_name reuse
-
Name: reuse
-Version: 0.12.1
+Version: 0.13.0
Release: 1%{?dist}
Summary: A tool for compliance with the REUSE recommendations
License: GPLv3+ and CC-BY-SA and ASL 2.0
@@ -41,7 +39,7 @@ it is a linter that checks for a project's compliance, and a compiler that
generates a project's bill of materials.
%prep
-%autosetup -n %{pypi_name}-%{version}
+%autosetup -n %{name}-%{version}
# Remove this line when sphinx-autodoc-typehints is up-to-date.
sed -i "/sphinx_autodoc_typehints/d" docs/conf.py
@@ -61,11 +59,21 @@ popd
%files
%license LICENSES/*.txt
%doc README.md CHANGELOG.md docs/html/
-%{_bindir}/%{pypi_name}
-%{python3_sitelib}/%{pypi_name}/
-%{python3_sitelib}/%{pypi_name}*egg-info/
+%{_bindir}/%{name}
+%{python3_sitelib}/%{name}/
+%{python3_sitelib}/%{name}*egg-info/
%changelog
+* Sun Sep 26 2021 Maxwell G <gotmax@e.email> - 0.13.0-1
+- Update to 0.13.0. Fixes rhbz#1970928.
+- Remove unnecessary pypi_name variable
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.12.1-2
+- Rebuilt for Python 3.10
+
* Tue Jan 26 2021 Carmen Bianca Bakker <carmenbianca@fedoraproject.org> - 0.12.1-1
- new version
diff --git a/sources b/sources
index fd3c2d0..8c9eec9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (reuse-0.12.1.tar.gz) = 07cf6e774453b3911c30eed0a9a85086242285d45c15a40332fde5e9354d50a9c29113e36f478a59c1593a67204751695014bca6cf486f930658ce1246d5b5fb
+SHA512 (reuse-0.13.0.tar.gz) = 75c05502f37b7d8dc32ba0a2449f84b1af81d581380053d1a0fc55f8185657aec0e35ec8dba38134dcc3cd2e97e481ce8034853e5d8a44a307c0fb6eb4af2b4b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-19 12:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 12:50 [rpms/reuse] epel10: Merge remote-tracking branch 'gotmax23/rawhide' Carmen Bianca Bakker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox