public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: New upstream release 1.45
@ 2026-08-10 21:43 Chenxiong Qi
  0 siblings, 0 replies; 3+ 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 : 807069c131aec45a6314f0efad5965a52470f76d
Author : Chenxiong Qi <cqi@redhat.com>
Date   : 2016-06-27T17:17:53+08:00
Stats  : +29/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rpkg/c/807069c131aec45a6314f0efad5965a52470f76d?branch=1.70-1

Log:
New upstream release 1.45

---
diff --git a/.gitignore b/.gitignore
index 12bf322..4769faf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,5 @@
 /rpkg-1.42.tar.gz
 /rpkg-1.43.tar.gz
 /rpkg-1.44.tar.gz
+/rpkg-1.45.tar.bz2
+/rpkg-1.45.tar.gz

diff --git a/rpkg.spec b/rpkg.spec
index bfbf07c..eeda5d3 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           rpkg
-Version:        1.44
+Version:        1.45
 Release:        1%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
@@ -84,6 +84,31 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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)
+- Merge #58 `Rebase of #28 with conflict resolved` (cqi)
+- Get correct login without TTY (vgologuz)
+- Merge #63 `More Python 3 compatibility fixes` (lubomir.sedlar)
+- fix broken when non-ASCII in path (cqi)
+- More Python 3 compatibility fixes (ville.skytta)
+- Fix push called without argument (lsedlar)
+- Use logging.warning instead of deprecated logging.warn (ville.skytta)
+- Use assertEqual instead of deprecated assertEquals (ville.skytta)
+- Spelling fixes (ville.skytta)
+- Add missing dependencies to setup.py (ville.skytta)
+- Add tests for cloning with a namespace (lsedlar)
+- Fix cloning with -B and namespaced module (lsedlar)
+- Adjust figuring out the path of the git repo cloned (pingou)
+- Only clone into the bare_dir if no target was specified (pingou)
+- Add to the CLI the possibility to specify a target folder for the clone
+  (pingou)
+- Add unit-tests for cloning into a specified directory (pingou)
+- Let rpkg support cloning into a specified directory (pingou)
+- Python 3 fixes (ville.skytta)
+- rewrite test_commands.setup_module using git (cqi)
+- Merge #40 `push: check for missing patches` (lubomir.sedlar)
+
 * Thu Jun 02 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.44-1
 - Log container-build task results (lucarval)
 - Add support for BuildContainer release task opt (lucarval)

diff --git a/sources b/sources
index 18b2fe3..9b7d342 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d649dcf74ee1bc65cba3659926d14abe  rpkg-1.44.tar.gz
+cddb719c1a38e3b7ac866f3c5163ceca  rpkg-1.45.tar.gz

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [rpms/rpkg] 1.70-1: New upstream release 1.45
@ 2026-08-10 21:43 Chenxiong Qi
  0 siblings, 0 replies; 3+ 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 : 0f11112cafbeb8e07c70fce6f8a330f540026da7
Author : Chenxiong Qi <cqi@redhat.com>
Date   : 2016-06-27T17:04:41+08:00
Stats  : +29/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rpkg/c/0f11112cafbeb8e07c70fce6f8a330f540026da7?branch=1.70-1

Log:
New upstream release 1.45

---
diff --git a/.gitignore b/.gitignore
index 12bf322..4769faf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,5 @@
 /rpkg-1.42.tar.gz
 /rpkg-1.43.tar.gz
 /rpkg-1.44.tar.gz
+/rpkg-1.45.tar.bz2
+/rpkg-1.45.tar.gz

diff --git a/rpkg.spec b/rpkg.spec
index bfbf07c..eeda5d3 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           rpkg
-Version:        1.44
+Version:        1.45
 Release:        1%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
@@ -84,6 +84,31 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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)
+- Merge #58 `Rebase of #28 with conflict resolved` (cqi)
+- Get correct login without TTY (vgologuz)
+- Merge #63 `More Python 3 compatibility fixes` (lubomir.sedlar)
+- fix broken when non-ASCII in path (cqi)
+- More Python 3 compatibility fixes (ville.skytta)
+- Fix push called without argument (lsedlar)
+- Use logging.warning instead of deprecated logging.warn (ville.skytta)
+- Use assertEqual instead of deprecated assertEquals (ville.skytta)
+- Spelling fixes (ville.skytta)
+- Add missing dependencies to setup.py (ville.skytta)
+- Add tests for cloning with a namespace (lsedlar)
+- Fix cloning with -B and namespaced module (lsedlar)
+- Adjust figuring out the path of the git repo cloned (pingou)
+- Only clone into the bare_dir if no target was specified (pingou)
+- Add to the CLI the possibility to specify a target folder for the clone
+  (pingou)
+- Add unit-tests for cloning into a specified directory (pingou)
+- Let rpkg support cloning into a specified directory (pingou)
+- Python 3 fixes (ville.skytta)
+- rewrite test_commands.setup_module using git (cqi)
+- Merge #40 `push: check for missing patches` (lubomir.sedlar)
+
 * Thu Jun 02 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.44-1
 - Log container-build task results (lucarval)
 - Add support for BuildContainer release task opt (lucarval)

diff --git a/sources b/sources
index 18b2fe3..9b7d342 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d649dcf74ee1bc65cba3659926d14abe  rpkg-1.44.tar.gz
+cddb719c1a38e3b7ac866f3c5163ceca  rpkg-1.45.tar.gz

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [rpms/rpkg] 1.70-1: New upstream release 1.45
@ 2026-08-10 21:43 Chenxiong Qi
  0 siblings, 0 replies; 3+ 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 : ed44aaae3ca68246129c1d8cfae113bd29c9a5a2
Author : Chenxiong Qi <cqi@redhat.com>
Date   : 2016-06-27T17:42:41+08:00
Stats  : +29/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rpkg/c/ed44aaae3ca68246129c1d8cfae113bd29c9a5a2?branch=1.70-1

Log:
New upstream release 1.45

---
diff --git a/.gitignore b/.gitignore
index 12bf322..4769faf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,5 @@
 /rpkg-1.42.tar.gz
 /rpkg-1.43.tar.gz
 /rpkg-1.44.tar.gz
+/rpkg-1.45.tar.bz2
+/rpkg-1.45.tar.gz

diff --git a/rpkg.spec b/rpkg.spec
index bfbf07c..eeda5d3 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           rpkg
-Version:        1.44
+Version:        1.45
 Release:        1%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
@@ -84,6 +84,31 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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)
+- Merge #58 `Rebase of #28 with conflict resolved` (cqi)
+- Get correct login without TTY (vgologuz)
+- Merge #63 `More Python 3 compatibility fixes` (lubomir.sedlar)
+- fix broken when non-ASCII in path (cqi)
+- More Python 3 compatibility fixes (ville.skytta)
+- Fix push called without argument (lsedlar)
+- Use logging.warning instead of deprecated logging.warn (ville.skytta)
+- Use assertEqual instead of deprecated assertEquals (ville.skytta)
+- Spelling fixes (ville.skytta)
+- Add missing dependencies to setup.py (ville.skytta)
+- Add tests for cloning with a namespace (lsedlar)
+- Fix cloning with -B and namespaced module (lsedlar)
+- Adjust figuring out the path of the git repo cloned (pingou)
+- Only clone into the bare_dir if no target was specified (pingou)
+- Add to the CLI the possibility to specify a target folder for the clone
+  (pingou)
+- Add unit-tests for cloning into a specified directory (pingou)
+- Let rpkg support cloning into a specified directory (pingou)
+- Python 3 fixes (ville.skytta)
+- rewrite test_commands.setup_module using git (cqi)
+- Merge #40 `push: check for missing patches` (lubomir.sedlar)
+
 * Thu Jun 02 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.44-1
 - Log container-build task results (lucarval)
 - Add support for BuildContainer release task opt (lucarval)

diff --git a/sources b/sources
index 18b2fe3..9b7d342 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d649dcf74ee1bc65cba3659926d14abe  rpkg-1.44.tar.gz
+cddb719c1a38e3b7ac866f3c5163ceca  rpkg-1.45.tar.gz

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

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

Thread overview: 3+ 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: New upstream release 1.45 Chenxiong Qi
2026-08-10 21:43 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