Skip to content

Commit 80736db

Browse files
committed
Automatic commit of package [python-copr-common] release [1.0-1].
Created by command: /usr/bin/tito tag --use-version 1.0
1 parent 59514f3 commit 80736db

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.tito/packages/python-copr-common

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.25-1 common/
1+
1.0-1 common/

common/python-copr-common.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global srcname copr-common
22

33
Name: python-copr-common
4-
Version: 0.25.1.dev0
4+
Version: 1.0
55
Release: 1%{?dist}
66
Summary: Python code used by Copr
77

@@ -63,6 +63,9 @@ version=%version %py3_install
6363

6464

6565
%changelog
66+
* Wed Oct 02 2024 Jiri Kyjovsky <[email protected]> 1.0-1
67+
- Drop support for rhel7 and rhel6
68+
6669
* Thu Aug 01 2024 Miroslav Suchý <[email protected]> 0.25-1
6770
- frontend, backend, common: don't limit the storage to pulp only
6871

common/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name='copr-common',
29-
version="0.25.1.dev0",
29+
version="1.0",
3030
description=__description__,
3131
long_description=long_description,
3232
author=__author__,

0 commit comments

Comments
 (0)