Skip to content

Commit 75dcc0a

Browse files
committed
Automatic commit of package [copr-keygen] release [2.0-1].
Created by command: /usr/bin/tito tag --use-version 2.0
1 parent e20620e commit 75dcc0a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.tito/packages/copr-keygen

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.92-1 keygen/
1+
2.0-1 keygen/

keygen/copr-keygen.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global copr_common_version 0.16.3.dev
33

44
Name: copr-keygen
5-
Version: 1.92
5+
Version: 2.0
66
Release: 1%{?dist}
77
Summary: Part of Copr build system. Aux service that generate keys for signd
88

@@ -173,6 +173,9 @@ systemctl condrestart httpd &>/dev/null || :
173173
%endif
174174

175175
%changelog
176+
* Wed Oct 02 2024 Jiri Kyjovsky <[email protected]> 2.0-1
177+
- Drop support for python2
178+
176179
* Fri Mar 01 2024 Pavel Raiskup <[email protected]> 1.92-1
177180
- keep logs 6 weeks instead of 13
178181
- try to export a key to find whether it exists

keygen/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name=__name__,
21-
version="1.92",
21+
version="2.0",
2222
description=__description__,
2323
author=__author__,
2424
author_email=__author_email__,

0 commit comments

Comments
 (0)