public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marek Blaha <mblaha@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/librepo] f45: Update to 1.21.0 upstream release
Date: Tue, 01 Sep 2026 07:37:06 GMT	[thread overview]
Message-ID: <178824822639.1.26415735850645329.rpms-librepo-f7cf53e4accd@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/librepo
            Branch : f45
            Commit : f7cf53e4accd96e9cae6fdc6ea7fd2168b10a83b
            Author : Marek Blaha <mblaha@redhat.com>
            Date   : 2026-09-01T09:05:45+02:00
            Stats  : +65/-3 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/librepo/c/f7cf53e4accd96e9cae6fdc6ea7fd2168b10a83b?branch=f45

            Log:
            Update to 1.21.0 upstream release

Upstream tag: 1.21.0
Upstream commit: 5e5bddac

Commit authored by Packit automation (https://packit.dev/)

---
diff --git a/.gitignore b/.gitignore
index 03ff41b..c4bb9e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,4 @@
 /librepo-1.18.1.tar.gz
 /librepo-1.19.0.tar.gz
 /librepo-1.20.0.tar.gz
+/librepo-1.21.0.tar.gz

diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..964c151
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,55 @@
+# See the documentation for more information:
+# https://packit.dev/docs/configuration
+
+specfile_path: librepo.spec
+version_suffix: "^{PACKIT_PROJECT_SNAPSHOTID}"
+update_release: false
+
+# Build the package with the current specfile version (otherwise it uses last git tag).
+# This is needed because other packages can depend on the new version.
+actions:
+  get-current-version:
+    - rpmspec --srpm --query --queryformat "%{version}" librepo.spec
+
+jobs:
+  - job: copr_build
+    trigger: pull_request
+    targets:
+      - epel-9
+      - epel-10
+      - fedora-all
+
+  - job: tests
+    trigger: pull_request
+    identifier: "dnf-tests"
+    targets:
+      - fedora-all
+    fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git
+    fmf_ref: enable-tmt-dnf-4-stack
+    tmt_plan: "^/plans/integration/behave-dnf$"
+    tf_extra_params:
+      environments:
+        - artifacts:
+            - type: repository-file
+              # We use the rawhide repo file for all fedora releases, the url doesn't change and it is not rawhide specific (it contains "fedora-$releasever-$basearch")
+              id: https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/dnf-nightly/repo/fedora-rawhide/rpmsoftwaremanagement-dnf-nightly-fedora-rawhide.repo
+
+  - job: tests
+    trigger: pull_request
+    identifier: "dnf5-tests"
+    targets:
+      - fedora-all
+    fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git
+    fmf_ref: &CI_DNF_STACK_REF main
+    tmt_plan: "^/plans/integration/behave-dnf5$"
+    tf_extra_params:
+      environments:
+        - artifacts:
+            - type: repository-file
+              # We use the rawhide repo file for all fedora releases, the url doesn't change and it is not rawhide specific (it contains "fedora-$releasever-$basearch")
+              id: https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/dnf-nightly/repo/fedora-rawhide/rpmsoftwaremanagement-dnf-nightly-fedora-rawhide.repo
+
+  - job: propose_downstream
+    trigger: release
+    dist_git_branches:
+      - fedora-rawhide

diff --git a/README.packit b/README.packit
new file mode 100644
index 0000000..d816803
--- /dev/null
+++ b/README.packit
@@ -0,0 +1,3 @@
+This repository is maintained by packit.
+https://packit.dev/
+The file was generated using packit 1.16.2.

diff --git a/librepo.spec b/librepo.spec
index bd93732..2f38c44 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -30,8 +30,8 @@
 %global dnf_conflict 2.8.8
 
 Name:           librepo
-Version:        1.20.0
-Release:        9%{?dist}
+Version:        1.21.0
+Release:        1%{?dist}
 Summary:        Repodata downloading library
 
 License:        LGPL-2.1-or-later
@@ -140,6 +140,9 @@ Python 3 bindings for the librepo library.
 %{python3_sitearch}/%{name}/
 
 %changelog
+* Tue Sep 01 2026 Marek Blaha <mblaha@redhat.com> - 1.21.0-1
+- Update to version 1.21.0
+
 * Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 1.20.0-9
 - Rebuilt for Python 3.15.0b4 ABI change
 

diff --git a/sources b/sources
index 9e055c3..a99afe8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (librepo-1.20.0.tar.gz) = 994b7c17b57d6ae28c09fc9f3463647bde8bb3ac74ca156df28fadc2ac8d3e49dd8b5f42d90759b4eaab84804489e6740d9ad7fdb011090fb3aa6f19cf603123
+SHA512 (librepo-1.21.0.tar.gz) = e5ee66be9d4f0b26f02e617df69dcd1e3d205a0d4dfb88960e9002c5989d3ce98c64cd70c035f05ac0261aeaca4031e6db02b63792f7ac3d5625cba26e3d52a6

                 reply	other threads:[~2026-09-01  7:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178824822639.1.26415735850645329.rpms-librepo-f7cf53e4accd@fedoraproject.org \
    --to=mblaha@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox