From 6211b14ca8d3868506b7f7bf6ac1724dd2e15b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 1 Aug 2024 15:31:34 +0200 Subject: [PATCH] Automatic commit of package [python-copr-common] release [0.25-1]. Created by command: /usr/bin/tito tag --- .tito/packages/python-copr-common | 2 +- common/python-copr-common.spec | 5 ++++- common/setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.tito/packages/python-copr-common b/.tito/packages/python-copr-common index 474f17aca..0e9e5c19d 100644 --- a/.tito/packages/python-copr-common +++ b/.tito/packages/python-copr-common @@ -1 +1 @@ -0.24-1 common/ +0.25-1 common/ diff --git a/common/python-copr-common.spec b/common/python-copr-common.spec index 8d8a02e8c..a14df3b92 100644 --- a/common/python-copr-common.spec +++ b/common/python-copr-common.spec @@ -16,7 +16,7 @@ %endif Name: python-copr-common -Version: 0.24.1.dev0 +Version: 0.25 Release: 1%{?dist} Summary: Python code used by Copr @@ -119,6 +119,9 @@ version=%version %py2_install %changelog +* Thu Aug 01 2024 Miroslav Suchý 0.25-1 +- frontend, backend, common: don't limit the storage to pulp only + * Tue May 21 2024 Jakub Kadlcik 0.24-1 - Fix chroot_to_branch default diff --git a/common/setup.py b/common/setup.py index 9ed02d30a..1520da379 100644 --- a/common/setup.py +++ b/common/setup.py @@ -20,7 +20,7 @@ setup( name='copr-common', - version="0.24.1.dev0", + version="0.25", description=__description__, long_description=long_description, author=__author__,