public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-myrepos-utils] epel9: Update to version 0.0.4.3
@ 2026-06-26 18:17 Michel Lind
  0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-06-26 18:17 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-myrepos-utils
            Branch : epel9
            Commit : 8a5a7b7939940d7ca786b9ed0e2e5042be36e1e3
            Author : Michel Lind <salimma@fedoraproject.org>
            Date   : 2026-06-26T18:35:17+01:00
            Stats  : +21/-5 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-myrepos-utils/c/8a5a7b7939940d7ca786b9ed0e2e5042be36e1e3?branch=epel9

            Log:
            Update to version 0.0.4.3

- Deduplicate license file
- Enable Packit for future releases

Signed-off-by: Michel Lind <salimma@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index d33931b..d8b3fea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /myrepos-utils-0.0.3.tar.gz
 /myrepos-utils-0.0.4.1.tar.gz
 /myrepos-utils-0.0.4.2.tar.gz
+/myrepos_utils-0.0.4.3.tar.gz

diff --git a/packit.yaml b/packit.yaml
new file mode 100644
index 0000000..fdf84eb
--- /dev/null
+++ b/packit.yaml
@@ -0,0 +1,16 @@
+# See the documentation for more information:
+# https://packit.dev/docs/configuration/
+
+copy_upstream_release_description: false
+
+jobs:
+- job: pull_from_upstream
+  trigger: release
+  dist_git_branches:
+    - fedora-rawhide
+
+- job: koji_build
+  trigger: commit
+  allowed_committers: ['packit']
+  dist_git_branches:
+    - fedora-rawhide

diff --git a/python-myrepos-utils.spec b/python-myrepos-utils.spec
index 60e81c0..65d684e 100644
--- a/python-myrepos-utils.spec
+++ b/python-myrepos-utils.spec
@@ -3,13 +3,13 @@
 %global srcname myrepos-utils
 
 Name:           python-%{srcname}
-Version:        0.0.4.2
+Version:        0.0.4.3
 Release:        %autorelease
 Summary:        Additional utilities for myrepos
 
 License:        GPL-2.0-or-later
 URL:            https://git.sr.ht/~michel-slm/myrepos-utils
-Source0:        %{pypi_source}
+Source0:        %{pypi_source myrepos_utils}
 
 BuildArch:      noarch
 BuildRequires:  python3-devel
@@ -28,7 +28,7 @@ Requires:       myrepos
 
 
 %prep
-%autosetup -p1 -n %{srcname}-%{version}
+%autosetup -p1 -n myrepos_utils-%{version}
 
 %generate_buildrequires
 %pyproject_buildrequires %{?with_check:-r requirements-test.txt}
@@ -52,7 +52,6 @@ Requires:       myrepos
 
 %files -n %{srcname} -f %{pyproject_files}
 %doc README.md
-%license COPYING.md
 %{_bindir}/mr-utils
 
 

diff --git a/sources b/sources
index 2681e93..4ffa0b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (myrepos-utils-0.0.4.2.tar.gz) = fcdc85742573be724088e85474dc07fbe184830b2e5b97d4e71277f8ac9c95f683f622bbe8a30c5e9198833e4377b20ce01b03775b00775e3b8626159c7522af
+SHA512 (myrepos_utils-0.0.4.3.tar.gz) = f6b2c64895a741256b4adaee9bed87385273b5b53b759fbac7556af3a67749e7c669dd7cb2529f54a78570ab2eb40429e23280581196fc1b4b6e7ebb97ecbc4b

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-26 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 18:17 [rpms/python-myrepos-utils] epel9: Update to version 0.0.4.3 Michel Lind

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox