public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: depend on python-six to be compatible with Python 3
@ 2026-08-10 21:43 Chenxiong Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Chenxiong Qi @ 2026-08-10 21:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rpkg
Branch : 1.70-1
Commit : 1336cc9e745d31aa5a5786f008eb7108323d9e21
Author : Chenxiong Qi <cqi@redhat.com>
Date   : 2016-06-27T18:49:18+08:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/rpkg/c/1336cc9e745d31aa5a5786f008eb7108323d9e21?branch=1.70-1

Log:
depend on python-six to be compatible with Python 3

---
diff --git a/rpkg.spec b/rpkg.spec
index eeda5d3..b43ef18 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -3,7 +3,7 @@
 
 Name:           rpkg
 Version:        1.45
-Release:        1%{?dist}
+Release:        2
 Summary:        Utility for interacting with rpm+git packaging systems
 
 Group:          Applications/System
@@ -15,6 +15,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       python-argparse
 Requires:       pyrpkg >= %{version}-%{release}
 Requires:       python-osbs
+Requires:       python-six
 
 # Use this to force plugins to update
 Conflicts:      fedpkg <= 1.7
@@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 27 2016 Chenxiong Qi <cqi@redhat.com> - 1.45-2
+- Depend on python-six to be compatible with Python 3
+
 * Mon Jun 27 2016 Chenxiong Qi <cqi@redhat.com> - 1.45-1
 - add missing git-config in the git repo for testing (cqi)
 - Don't print download/upload progress outside of TTY (lsedlar)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/rpkg] 1.70-1: depend on python-six to be compatible with Python 3
@ 2026-08-10 21:43 Chenxiong Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Chenxiong Qi @ 2026-08-10 21:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rpkg
Branch : 1.70-1
Commit : c45322b86d405d6a97ad5581d67f930927cc0748
Author : Chenxiong Qi <cqi@redhat.com>
Date   : 2016-06-27T19:37:05+08:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/rpkg/c/c45322b86d405d6a97ad5581d67f930927cc0748?branch=1.70-1

Log:
depend on python-six to be compatible with Python 3

---
diff --git a/rpkg.spec b/rpkg.spec
index eeda5d3..0eee480 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -3,7 +3,7 @@
 
 Name:           rpkg
 Version:        1.45
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
 Group:          Applications/System
@@ -43,6 +43,9 @@ Requires:       rpmlint, mock, curl, openssh-clients, redhat-rpm-config
 Requires:       python-kitchen
 Requires:       python-hashlib
 Requires:       python-osbs
+Requires:       python-six
+
+BuildRequires:  python-six
 
 %description -n pyrpkg
 A python library for managing RPM package sources in a git repository.
@@ -84,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 27 2016 Chenxiong Qi <cqi@redhat.com> - 1.45-2
+- Depend on python-six to be compatible with Python 3
+
 * Mon Jun 27 2016 Chenxiong Qi <cqi@redhat.com> - 1.45-1
 - add missing git-config in the git repo for testing (cqi)
 - Don't print download/upload progress outside of TTY (lsedlar)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-10 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:43 [rpms/rpkg] 1.70-1: depend on python-six to be compatible with Python 3 Chenxiong Qi
2026-08-10 21:43 Chenxiong Qi

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