Sun, 28 Apr 2024 18:17:44 UTC | login

Information for build python-copr-1.90-1.fc29

ID72659
Package Namepython-copr
Version1.90
Release1.fc29
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
StartedTue, 28 Aug 2018 01:46:14 UTC
CompletedTue, 28 Aug 2018 01:46:14 UTC
Tags
f29
f30
RPMs
src
python-copr-1.90-1.fc29.src.rpm (info) (download)
noarch
python-copr-doc-1.90-1.fc29.noarch.rpm (info) (download)
python3-copr-1.90-1.fc29.noarch.rpm (info) (download)
Changelog * 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 * Wed Apr 19 2017 clime <clime@redhat.com> 1.77-1 - allow to submit optional params to mbs - frontend act as a gateway between user and mbs - allow to create module and it's action separately - possibility to submit yaml file to mbs - update auth for current MBS package - rename method for making module to match cli naming - add command for building modules - files can be uploaded via simple MultipartEncoder (RhBug: 1440480) - fix proxyuser when creating modules - replace fedorahosted links - fix setting username on multipart data - proxyuser feature (RhBug: 1381574) * Thu Jan 26 2017 clime <clime@redhat.com> 1.76-1 - fix python 2.6 incompatibility * Thu Dec 01 2016 clime <clime@redhat.com> 1.75-1 - edit_chroot implemented - modulemd 1.0.2 compatibility - add method for fetching /api/module/repo - add 'mock-config' command to CLI - added auto-prune project's option - stripped down impl of building from dist-git - Bug 1335168 - Delete build(s) from CLI * Mon Sep 19 2016 clime <clime@redhat.com> 1.74-1 - dummy api for submitting module builds