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: Update tito to 0.6.28-1
Date: Wed, 26 Aug 2026 13:52:10 GMT	[thread overview]
Message-ID: <178775233059.1.14789998907402296183.rpms-tito-d9afa75d69ae@fedoraproject.org> (raw)

A new commit has been pushed.

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

Log:
Update tito to 0.6.28-1

---
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 2ce41bb..a408aa9 100644
--- a/tito.spec
+++ b/tito.spec
@@ -22,8 +22,8 @@
 %endif
 
 Name: tito
-Version: 0.6.27
-Release: 10%{?dist}
+Version: 0.6.28
+Release: 1%{?dist}
 Summary: A tool for managing rpm based git projects
 
 License: GPL-2.0-only
@@ -38,11 +38,10 @@ BuildArch: noarch
 %if %{use_python3}
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools
-BuildRequires: python3-pkg-resources
 Requires: python3-setuptools
 Requires: python3-bugzilla
 Requires: python3-blessed
-Requires: python3-pkg-resources
+Requires: python3-packaging
 Requires: rpm-python3
 Recommends: python3-fedora-distro-aliases
 %else
@@ -63,7 +62,7 @@ BuildRequires: which
 
 %if %{with check}
 BuildRequires: createrepo_c
-BuildRequires: git
+BuildRequires: git-core
 BuildRequires: rsync
 BuildRequires: python3-blessed
 BuildRequires: python3-bugzilla
@@ -135,32 +134,13 @@ git config --global user.name "Your Name"
 
 
 %changelog
-* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.27-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
-
-* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 0.6.27-9
-- Rebuilt for Python 3.15
-
-* Tue May 12 2026 Miro Hrončok <mhroncok@redhat.com> - 0.6.27-8
-- Add runtime and buildtime dependency on python3-pkg-resources
-
-* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.27-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.6.27-6
-- Rebuilt for Python 3.14.0rc3 bytecode
-
-* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.6.27-5
-- Rebuilt for Python 3.14.0rc2 bytecode
-
-* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.27-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 0.6.27-3
-- Rebuilt for Python 3.14
-
-* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.27-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+* 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

                 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=178775233059.1.14789998907402296183.rpms-tito-d9afa75d69ae@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