public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: New upstream release - 1.35
@ 2026-08-10 21:43 Pavol Babincak
  0 siblings, 0 replies; only message in thread
From: Pavol Babincak @ 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 : 1e84e6f7a79624059f8f8f0439d241ac66a3fce4
            Author : Pavol Babincak <pbabinca@redhat.com>
            Date   : 2015-05-26T14:33:44+02:00
            Stats  : +37/-2 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rpkg/c/1e84e6f7a79624059f8f8f0439d241ac66a3fce4?branch=1.70-1

            Log:
            New upstream release - 1.35

- Test for scratch opt in the actual argument of container_build_koji
  (pbabinca)
- Move the GitIgnore class to its own module (bochecha)
- Modernize the gitignore-handling code (bochecha)
- gitignore: Properly handle adding matching lines (bochecha)
- Refactor: remove unnecessary code (pbabinca)
- Move custom UnknownTargetError to errors module (pbabinca)
- New command: container-build (jluza)
- lookaside: Take over file uploads (bochecha)
- Remove unnecessary log message (bochecha)
- Stop making source files read-only (bochecha)
- Drop some useless comments (bochecha)
- Only report we're uploading when we actually are (bochecha)
- lookaside: Check if a file already was uploaded (bochecha)
- lookaside: Allow client-side and custom CA certificates (bochecha)
- lookaside: Be more flexible when building the download URL (bochecha)
- lookaside: Use the hashtype for the URL interpolation (bochecha)
- lookaside: Add a progress callback (bochecha)
- lookaside: Handle downloading of source files (bochecha)
- lookaside: Move handling of file verification (bochecha)
- lookaside: Move handling of file hashing (bochecha)
- utils: Add a new warn_deprecated helper (bochecha)
- Add a new lookaside module (bochecha)
- Add a new utils module (bochecha)
- Properly set the logger (bochecha)
- Move our custom errors to their own module (bochecha)
- Don't assume MD5 for the lookaside cache (bochecha)
- Remove dead code (bochecha)
- Use the proper exception syntax (bochecha)

---
diff --git a/.gitignore b/.gitignore
index fe04c02..8bc6531 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
 /rpkg-1.32.tar.gz
 /rpkg-1.33.tar.gz
 /rpkg-1.34.tar.gz
+/rpkg-1.35.tar.gz

diff --git a/rpkg.spec b/rpkg.spec
index f6416cd..8443ad7 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.34
+Version:        1.35
 Release:        1%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
@@ -14,6 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       python-argparse
 Requires:       pyrpkg >= %{version}-%{release}
+Requires:       osbs
 
 # Use this to force plugins to update
 Conflicts:      fedpkg <= 1.7
@@ -26,6 +27,8 @@ BuildRequires:  python-hashlib
 BuildRequires:  python-argparse
 BuildRequires:  python-kitchen
 BuildRequires:  python-nose
+BuildRequires:  python-mock
+BuildRequires:  osbs
 
 %description
 A tool for managing RPM package sources in a git repository.
@@ -80,6 +83,37 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 26 2015 Pavol Babincak <pbabinca@redhat.com> - 1.35-1
+- Test for scratch opt in the actual argument of container_build_koji
+  (pbabinca)
+- Move the GitIgnore class to its own module (bochecha)
+- Modernize the gitignore-handling code (bochecha)
+- gitignore: Properly handle adding matching lines (bochecha)
+- Refactor: remove unnecessary code (pbabinca)
+- Move custom UnknownTargetError to errors module (pbabinca)
+- New command: container-build (jluza)
+- lookaside: Take over file uploads (bochecha)
+- Remove unnecessary log message (bochecha)
+- Stop making source files read-only (bochecha)
+- Drop some useless comments (bochecha)
+- Only report we're uploading when we actually are (bochecha)
+- lookaside: Check if a file already was uploaded (bochecha)
+- lookaside: Allow client-side and custom CA certificates (bochecha)
+- lookaside: Be more flexible when building the download URL (bochecha)
+- lookaside: Use the hashtype for the URL interpolation (bochecha)
+- lookaside: Add a progress callback (bochecha)
+- lookaside: Handle downloading of source files (bochecha)
+- lookaside: Move handling of file verification (bochecha)
+- lookaside: Move handling of file hashing (bochecha)
+- utils: Add a new warn_deprecated helper (bochecha)
+- Add a new lookaside module (bochecha)
+- Add a new utils module (bochecha)
+- Properly set the logger (bochecha)
+- Move our custom errors to their own module (bochecha)
+- Don't assume MD5 for the lookaside cache (bochecha)
+- Remove dead code (bochecha)
+- Use the proper exception syntax (bochecha)
+
 * Thu Apr 16 2015 Pavol Babincak <pbabinca@redhat.com> - 1.34-1
 - tests: Don't use assertIsNone (bochecha)
 - tests: Don't use assertRaises as a context manager (bochecha)

diff --git a/sources b/sources
index 6a3c106..0602946 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-664bed37dbb44d92b076d46a5b943c97  rpkg-1.34.tar.gz
+9c473a0bc08264d66d31d36b199b3929  rpkg-1.35.tar.gz

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-10 21:43 UTC | newest]

Thread overview: (only message) (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.35 Pavol Babincak

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