Sat, 27 Apr 2024 21:33:14 UTC | login

Information for build python-copr-1.101-2.fc33

ID158956
Package Namepython-copr
Version1.101
Release2.fc33
Epoch
SummaryPython interface for Copr
DescriptionCOPR is lightweight build system. It allows you to create new project in WebUI, and submit new builds and COPR will create yum repository from latest builds. This package contains python interface to access Copr service. Mostly useful for developers only.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 03 Jun 2020 08:36:15 UTC
CompletedWed, 03 Jun 2020 08:36:15 UTC
Tags
f33
RPMs
src
python-copr-1.101-2.fc33.src.rpm (info) (download)
noarch
python-copr-doc-1.101-2.fc33.noarch.rpm (info) (download)
python3-copr-1.101-2.fc33.noarch.rpm (info) (download)
Changelog * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.101-2 - Rebuilt for Python 3.9 * Wed Feb 05 2020 Pavel Raiskup <praiskup@redhat.com> 1.101-1 - allow to pick dist-git instance when building modules - fix traceback when wrong url to frontend is specified * Wed Jan 15 2020 Tomas Hrnciar <thrnciar@redhat.com> 1.100-1 - add command to list all available chroots * Wed Dec 04 2019 Pavel Raiskup <praiskup@redhat.com> 1.99-1 - add api support for module_hotfixes - nicer mock-config command output * Thu Oct 03 2019 Pavel Raiskup <praiskup@redhat.com> 1.98-1 - enable dynamic buildrequires on F31+ - drop comments after %endif * Thu Sep 26 2019 Pavel Raiskup <praiskup@redhat.com> 1.97-1 - python: fix API for marshmallow 3+ (#934) - frontend, cli, python: support multilib projects (#1) * Mon Jul 29 2019 Pavel Raiskup <praiskup@redhat.com> 1.96-1 - use plain %setup to fix FTBFS * Mon Jul 29 2019 Pavel Raiskup <praiskup@redhat.com> 1.95-1 - drop pylint from BR * Wed Apr 24 2019 Jakub Kadlčík <frostyx@email.cz> 1.94-1 - add CLI for permissions - support temporary projects - print friendly error on http when https is enforced - print helpful hints for config parsing errors - remove unnecessary PY3 condition - re-order spec {Build,}Requires - BuildRequires python3-mock - avoid 'collections.abc' warnings - handle timeout errors - remove old_status column from package table - fix wait function for custom List - remove dependency on python3-configparser * Tue Jan 15 2019 Miroslav Suchý <msuchy@redhat.com> 1.93-1 - there is no dict comprehension for python2.6 which is in epel6 * Thu Jan 10 2019 Miroslav Suchý <msuchy@redhat.com> 1.92-1 - add support for copr dir to copr-cli - provide a way to wait until builds finish - don't pass proxy object to the wait method - don't fail when no callback - provide a way to wait until builds finish - store a reference to the proxy object - add possibility to query all projects (RhBug: 1130166) * Fri Oct 19 2018 Miroslav Suchý <msuchy@redhat.com> 1.91-1 - better errors with --config - use git_dir_archive instead of git_dir_pack - document status codes from frontend - pg#251 Make it possible for user to select pyp2rpm template * Thu Aug 23 2018 clime <clime@redhat.com> 1.90-1 - generate new webhook secret functionality in copr-cli - allow to edit devel_mode on a project - update copyright for the documentation - packaging: Python 2/3, RHEL/Fedora fixes - fix "File 'setup.py' not found" error in readthedocs.org - use readthedocs theme if it is installed * Mon Aug 06 2018 clime <clime@redhat.com> 1.89-1 - apiv3 - change %{python_sitelib} to %{python2_sitelib} - for py3 use unittest.mock, otherwise mock from python2-mock