Sun, 28 Apr 2024 03:34:06 UTC | login

Information for build python-copr-1.94-1.fc31

ID92865
Package Namepython-copr
Version1.94
Release1.fc31
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, 24 Jul 2019 03:34:00 UTC
CompletedWed, 24 Jul 2019 03:34:00 UTC
Tags
f31
RPMs
src
python-copr-1.94-1.fc31.src.rpm (info) (download)
noarch
python-copr-doc-1.94-1.fc31.noarch.rpm (info) (download)
python3-copr-1.94-1.fc31.noarch.rpm (info) (download)
Changelog * 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 * Thu Apr 26 2018 Dominik Turecek <dturecek@redhat.com> 1.88-1 - rpkg deployment into COPR - containers + releng continuation * Wed Feb 28 2018 clime <clime@redhat.com> 1.87-1 - add missing frontend states to clientv2 * Fri Feb 23 2018 clime <clime@redhat.com> 1.86-1 - remove Group tag * Mon Feb 19 2018 clime <clime@redhat.com> 1.85-1 - build python2-copr package conditionally - Remove unnecessary shebang sed in copr-cli.spec and python-copr.spec - fix deps in spec - new custom source method - use username from config if nothing is explicitly specified - remove outdated modularity code - require to specify project when building module * Fri Nov 10 2017 clime <clime@redhat.com> 1.84-1 - update clients to use https://copr.fedorainfracloud.org as default API endpoint * Thu Nov 09 2017 clime <clime@redhat.com> 1.83-1 - Remove duplicated Python packagtes, using "." in requirements.txt - Add classifiers to support Python3. - allow to set use_bootstrap_container via API * Wed Oct 18 2017 clime <clime@redhat.com> 1.82-1 - add SCM api - add deprecation warnings for tito and mockscm methods * Fri Sep 15 2017 clime <clime@redhat.com> 1.81-1 - Bug 1431035 - coprs should check credentials before uploading source rpm Remove unnecesary condition - Spelling fixes * Mon Aug 21 2017 Miroslav Suchý <msuchy@redhat.com> 1.80-1 - rename python-copr to python2-copr * Fri Aug 11 2017 clime <clime@redhat.com> 1.79-1 - allow to modify copr chroots - always send name of the user * Fri Jun 09 2017 clime <clime@redhat.com> 1.78-1 - pag#67 copr edit-package-tito nulls out fields not edited