public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedpkg] 1.48-1: New release 1.36
Date: Mon, 10 Aug 2026 21:45:41 GMT	[thread overview]
Message-ID: <178639834156.1.5925483013463592972.rpms-fedpkg-e8aae4a9600e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedpkg
            Branch : 1.48-1
            Commit : e8aae4a9600e9f9aec8d2cd17adf3ad147669c01
            Author : Ondřej Nosek <onosek@redhat.com>
            Date   : 2019-02-04T13:58:40+00:00
            Stats  : +22/-8 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedpkg/c/e8aae4a9600e9f9aec8d2cd17adf3ad147669c01?branch=1.48-1

            Log:
            New release 1.36

Signed-off-by: Ondřej Nosek <onosek@redhat.com>

---
diff --git a/.gitignore b/.gitignore
index 32fb718..8948701 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
 /fedpkg-1.33.tar.bz2
 /fedpkg-1.34.tar.bz2
 /fedpkg-1.35.tar.bz2
+/fedpkg-1.36.tar.bz2

diff --git a/fedpkg.spec b/fedpkg.spec
index 117b4b1..2425b91 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           fedpkg
-Version:        1.35
-Release:        3%{?dist}
+Version:        1.36
+Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 License:        GPLv2+
@@ -35,7 +35,7 @@ Requires:       redhat-rpm-config
 
 BuildRequires:  python2-devel
 # We br these things for man page generation due to imports
-BuildRequires:  python2-rpkg >= 1.56-1
+BuildRequires:  python2-rpkg >= 1.57-2
 # This until fedora-cert gets fixed
 BuildRequires:  python2-fedora
 # For testing
@@ -59,7 +59,7 @@ BuildRequires:  bodhi-client >= 2.0
 Requires:       bodhi-client >= 2.0
 %endif
 
-%if (0%{?fedora} && 0%{?fedora} <= 27) || (0%{?rhel} && 0%{?rhel} <= 7)
+%if (0%{?rhel} && 0%{?rhel} <= 7)
 BuildRequires:  python-bugzilla
 Requires:       python-bugzilla
 %else
@@ -67,7 +67,7 @@ BuildRequires:  python2-bugzilla
 Requires:       python2-bugzilla
 %endif
 
-Requires:       python2-rpkg >= 1.56-1
+Requires:       python2-rpkg >= 1.57-2
 Requires:       python2-fedora
 Requires:       python2-openidc-client >= 0.6.0
 
@@ -76,7 +76,7 @@ Requires:       python2-openidc-client >= 0.6.0
 %global __python %{__python3}
 
 BuildRequires:  python3-devel
-BuildRequires:  python3-rpkg >= 1.56-1
+BuildRequires:  python3-rpkg >= 1.57-2
 # This until fedora-cert gets fixed
 BuildRequires:  python3-fedora
 # For testing
@@ -90,7 +90,7 @@ BuildRequires:  python3-bodhi-client
 
 
 Requires:       python3-bugzilla
-Requires:       python3-rpkg >= 1.56-1
+Requires:       python3-rpkg >= 1.57-2
 Requires:       python3-fedora
 Requires:       python3-openidc-client >= 0.6.0
 Requires:       python3-bodhi-client
@@ -159,6 +159,19 @@ nosetests
 
 
 %changelog
+* Mon Feb 04 2019 Ondřej Nosek <onosek@redhat.com> - 1.36-1
+- Added update-docs script (onosek)
+- Sdist fix and Python 2.6 compatibility (onosek)
+- Add support for a 'flatpaks' namespace (otaylor)
+- Move argparse fix to rpkg - #299 (onosek)
+- Fix update command related tests (cqi)
+- Make update work for containers - #296 (lsedlar)
+- Add 'severity=' option to 'fedpkg update' template (praiskup)
+- Add contributing guide - #293 (lsedlar)
+- Use module distro instead of platform - #278 (cqi)
+- Add missing content to 1.35 release notes (cqi)
+- Help: Use foo in foo examples, not name (miro)
+
 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.35-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
 

diff --git a/sources b/sources
index 726ec74..b11a9ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fedpkg-1.35.tar.bz2) = 53ae1a6f9d2e2a8c9513ffcd10f90fbf56849e0141808f4bdabdc15711b0ca39fc09196f056a8c6210a713d029d34517f042683768d26c551fbf37c6412ddb3c
+SHA512 (fedpkg-1.36.tar.bz2) = c12b446f10e2efb5769882f92c82390c0ba68d1b78472258ef203520c0ad3ff7fd16ffcdabddb88cb2aca373b3b5c60138dee0f23b21e7d0ceb1ecc370538b1e

                 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=178639834156.1.5925483013463592972.rpms-fedpkg-e8aae4a9600e@fedoraproject.org \
    --to=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