public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Kadlcik <frostyx@email.cz>
To: git-commits@fedoraproject.org
Subject: [rpms/tito] epel8: Merge branch 'rawhide' into epel8
Date: Wed, 26 Aug 2026 13:52:11 GMT	[thread overview]
Message-ID: <178775233103.1.3636667922274403577.rpms-tito-287a48a918b6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/tito
Branch : epel8
Commit : 287a48a918b6f9bc1767cd66fc6eb63e8679ccc4
Author : Jakub Kadlcik <frostyx@email.cz>
Date   : 2026-08-26T15:51:59+02:00
Stats  : +16/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/tito/c/287a48a918b6f9bc1767cd66fc6eb63e8679ccc4?branch=epel8

Log:
Merge branch 'rawhide' into epel8

---
diff --git a/.gitignore b/.gitignore
index a68a101..0faba50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@ tito-0.2.0.tar.gz
 /tito-0.6.25.tar.gz
 /tito-0.6.26.tar.gz
 /tito-0.6.27.tar.gz
+/tito-0.6.28.tar.gz

diff --git a/sources b/sources
index 0d77e2f..d00f521 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tito-0.6.27.tar.gz) = 1da31a0b4d077466c37e3795efb40a4a72134e1ca25a65ff014928bff32d70f78ca6327482b5d14716f5368821d84d23bd0412d78333e6a8eafef5062782405c
+SHA512 (tito-0.6.28.tar.gz) = 6289d258bc99f0140a0b6f1888cc19f774ae456474df307ac9870c36d70b1c2ac3286d1b17cc3255dc21dca3998e1416823a3e83e542013845af2bd00c6d1998

diff --git a/tito.spec b/tito.spec
index 18ae9cd..e0729e2 100644
--- a/tito.spec
+++ b/tito.spec
@@ -22,7 +22,7 @@
 %endif
 
 Name: tito
-Version: 0.6.27
+Version: 0.6.28
 Release: 1%{?dist}
 Summary: A tool for managing rpm based git projects
 
@@ -41,6 +41,7 @@ BuildRequires: python3-setuptools
 Requires: python3-setuptools
 Requires: python3-bugzilla
 Requires: python3-blessed
+Requires: python3-packaging
 Requires: rpm-python3
 Recommends: python3-fedora-distro-aliases
 %else
@@ -61,7 +62,7 @@ BuildRequires: which
 
 %if %{with check}
 BuildRequires: createrepo_c
-BuildRequires: git
+BuildRequires: git-core
 BuildRequires: rsync
 BuildRequires: python3-blessed
 BuildRequires: python3-bugzilla
@@ -133,6 +134,14 @@ git config --global user.name "Your Name"
 
 
 %changelog
+* Wed Aug 26 2026 Jakub Kadlcik <frostyx@email.cz> 0.6.28-1
+- Add dependency on packaging (frostyx@email.cz)
+- Avoid using setuptools for version checking (pavel@raiskup.cz)
+- Fix version checking with setuptools 82 (frostyx@email.cz)
+- index.md: Update EPEL link (osalbahr@gmail.com)
+- Don't run tests for python3.7 (frostyx@email.cz)
+- depend on git-core instead of git (msuchy@redhat.com)
+
 * Mon Nov 11 2024 Jakub Kadlčík <frostyx@email.cz>
 - Defer submodule detection to git
 - Many improvements to tests and they now run during package build

diff --git a/tito.spec b/tito.spec
index a408aa9..e0729e2 100644
--- a/tito.spec
+++ b/tito.spec
@@ -174,6 +174,9 @@ git config --global user.name "Your Name"
 - Don't upload patches to the lookaside cache (frostyx@email.cz)
 - use spdx license (msuchy@redhat.com)
 
+* Mon Jan 30 2023 Miro Hrončok <mhroncok@redhat.com> - 0.6.22-2
+- Rebuilt to change Python shebangs to /usr/bin/python3.6 on EPEL 8
+
 * Mon Nov 14 2022 Jakub Kadlcik <frostyx@email.cz> 0.6.22-1
 - Fix python2 urlretrieve import (frostyx@email.cz)
 - Fixed submodule archives concatenation (jerzy.drozdz@jdsieci.pl)

                 reply	other threads:[~2026-08-26 13:52 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=178775233103.1.3636667922274403577.rpms-tito-287a48a918b6@fedoraproject.org \
    --to=frostyx@email.cz \
    --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