public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chenxiong Qi <cqi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedpkg] 1.48-1: New release 1.33
Date: Mon, 10 Aug 2026 21:45:35 GMT	[thread overview]
Message-ID: <178639833586.1.3915398522486972439.rpms-fedpkg-7802a32635fe@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedpkg
            Branch : 1.48-1
            Commit : 7802a32635feb855d1002436e9bcbd21282548c2
            Author : Chenxiong Qi <cqi@redhat.com>
            Date   : 2018-05-15T10:46:38+08:00
            Stats  : +24/-7 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedpkg/c/7802a32635feb855d1002436e9bcbd21282548c2?branch=1.48-1

            Log:
            New release 1.33

Signed-off-by: Chenxiong Qi <cqi@redhat.com>

---
diff --git a/.gitignore b/.gitignore
index 51e29da..0cd9b15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
 /fedpkg-1.30.tar.bz2
 /fedpkg-1.31.tar.bz2
 /fedpkg-1.32.tar.bz2
+/fedpkg-1.33.tar.bz2

diff --git a/fedpkg.spec b/fedpkg.spec
index 9a247c6..102f10f 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           fedpkg
-Version:        1.32
-Release:        2%{?dist}
+Version:        1.33
+Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 License:        GPLv2+
@@ -36,7 +36,7 @@ Requires:       redhat-rpm-config
 
 BuildRequires:  python2-devel
 # We br these things for man page generation due to imports
-BuildRequires:  python2-rpkg >= 1.51
+BuildRequires:  python2-rpkg >= 1.54
 # This until fedora-cert gets fixed
 BuildRequires:  python2-fedora
 # For testing
@@ -64,7 +64,7 @@ BuildRequires:  python2-bugzilla
 Requires:       python2-bugzilla
 %endif
 
-Requires:       python2-rpkg >= 1.51
+Requires:       python2-rpkg >= 1.54
 Requires:       python2-fedora
 Requires:       python2-openidc-client
 
@@ -73,7 +73,7 @@ Requires:       python2-openidc-client
 %global __python %{__python3}
 
 BuildRequires:  python3-devel
-BuildRequires:  python3-rpkg >= 1.51
+BuildRequires:  python3-rpkg >= 1.54
 # This until fedora-cert gets fixed
 BuildRequires:  python3-fedora
 # For testing
@@ -84,7 +84,7 @@ BuildRequires:  python3-setuptools
 BuildRequires:  python3-bugzilla
 
 Requires:       python3-bugzilla
-Requires:       python3-rpkg >= 1.51
+Requires:       python3-rpkg >= 1.54
 Requires:       python3-fedora
 Requires:       python3-openidc-client
 %endif
@@ -147,6 +147,22 @@ nosetests
 
 
 %changelog
+* Mon May 14 2018 Chenxiong Qi <cqi@redhat.com> - 1.33-1
+- Allow running tests against specified rpkg (cqi)
+- Fix test due to rpkg uses getpass.getuser (cqi)
+- Getting bodhi version works with Python 3 - #213 (cqi)
+- Detect Bodhi client by major version - #204 (cqi)
+- Allow requesting modular repositories without bug ID - #197 (rdossant)
+- Fix test test_verify_sls_invalid_date - #209 (cqi)
+- Copy pip-pycurl to ensure pycurl is installed correctly (cqi)
+- Fix unicode issue for update command in Python 3 - #206 (cqi)
+- Fix a few E722 code styles errors (cqi)
+- Fix fake PDC URL in test (cqi)
+- Use tox to run tests with multiple Python versions (cqi)
+- Reword error message for missing pagure token - #194 (cqi)
+- Tell which token ACL is required for request-repo - #195 (cqi)
+- Rename incorrect references of Koshei to be Anitya (mprahl)
+
 * Thu May 10 2018 Miro Hrončok <mhroncok@redhat.com> - 1.32-2
 - Switch to Python 3 on Fedora > 28 and EL > 7
 - Drop Groups

diff --git a/sources b/sources
index a3f0aa2..596034f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fedpkg-1.32.tar.bz2) = d6ea2a1e1d13954db93ce67f2d360cd61e942a43610a5fb67c74e227be5c25f01b2454ea7d063a3dc05835a1f7490770989bb175bd6131ab3aaa7ce367d911cb
+SHA512 (fedpkg-1.33.tar.bz2) = 83064ed744d1e35dc889a70900582e3e59e92d657f08b1a2caef3cbb55a80f9009fa762fcbb40ce0e708262e35e99bd18cea6380f1a62ac99d548319cd589c79

                 reply	other threads:[~2026-08-10 21:45 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=178639833586.1.3915398522486972439.rpms-fedpkg-7802a32635fe@fedoraproject.org \
    --to=cqi@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