Skip to content

Commit

Permalink
Automatic commit of package [python-copr] release [1.121-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version 1.121
  • Loading branch information
FrostyX committed Jul 26, 2022
1 parent 958b749 commit 55caae3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/python-copr
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.120-1 python/
1.121-1 python/
9 changes: 8 additions & 1 deletion python/python-copr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%endif

Name: python-copr
Version: 1.120.3.dev
Version: 1.121
Release: 1%{?dist}
Summary: Python interface for Copr

Expand Down Expand Up @@ -244,6 +244,13 @@ cp -a docs/_build/html %{buildroot}%{_pkgdocdir}/
%doc %{_pkgdocdir}

%changelog
* Tue Jul 26 2022 Jakub Kadlcik <frostyx@email.cz> 1.121-1
- Add support for pyp2spec generator
- Make requests-gssapi an opt-in dep in PyPI
- Return the correct message when all request attempts fail
- Add API support for runtime_dependencies
- The auth_username() needs to trigger authentication

* Tue Jun 21 2022 Jakub Kadlcik <frostyx@email.cz> 1.120-1
- Disable network on builders by default

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name='copr',
version="1.120",
version="1.121",
description=__description__,
long_description=long_description,
author=__author__,
Expand Down

0 comments on commit 55caae3

Please sign in to comment.