summaryrefslogtreecommitdiff
path: root/pbr/util.py
Commit message (Expand)AuthorAgeFilesLines
* Remove use_2to3 backward compat for SetuptoolsJeremy Stanley2020-09-191-2/+1
* Map requires-python to python-requiresMonty Taylor2020-08-061-0/+1
* Update hackingClark Boylan2020-08-051-1/+1
* Update to latest hackingStephen Finucane2019-08-271-3/+4
* Merge "Fix Windows support"5.3.1Zuul2019-06-171-4/+14
|\
| * Fix Windows supportLucian Petrut2019-05-311-4/+14
* | Read description file as utf-8Ben Nemec2019-05-241-1/+2
|/
* Fix white space handling in file namesWill Szumski2019-04-251-4/+6
* Support provides_extra metadataBen Nemec2019-03-251-1/+3
* Fix error when keywords are defined as a list in cfgHervé Beraud2019-03-041-2/+2
* Resolve ``ValueError`` when mapping value contains a literal ``=``.Brandon LeBlanc2019-02-251-1/+1
* Merge "Correct documentation hyperlink for environment-markers"5.1.1Zuul2018-10-301-1/+1
|\
| * Correct documentation hyperlink for environment-markersSorin Sbarnea2018-10-261-1/+1
* | Fix incorrect use of flake8:noqaSean McGinnis2018-10-261-27/+28
|/
* Support python-requires metadataBen Nemec2018-06-011-0/+1
* Explicitly read setup.cfg as utf-8 on Python 3Ben Nemec2018-03-271-1/+5
* builddoc: Treat '[pbr] autodoc_tree_excludes' as a multi-line optStephen Finucane2018-03-261-1/+1
* Merge "Support PEP 345 Project-URL metadata"Zuul2018-01-081-0/+10
|\
| * Support PEP 345 Project-URL metadataJeremy Stanley2017-11-221-0/+10
* | Put test-requirements into an extra named 'test'Monty Taylor2017-12-061-0/+7
* | Support Description-Content-Type metadataJeremy Stanley2017-12-041-0/+1
|/
* Remove support for command hooksStephen Finucane2017-10-091-116/+0
* Remove dead codeStephen Finucane2017-10-061-15/+0
* Trivial: Fix docstringRajath Agasthya2017-06-251-2/+2
* Merge "Clean imports in code"Jenkins2017-01-031-14/+13
|\
| * Clean imports in codeCao Xuan Hoang2016-11-171-14/+13
* | Don't raise exception on missing man pagesDirk Mueller2017-01-021-3/+3
|/
* Docstrings should not start with a spaceCao Xuan Hoang2016-11-161-10/+9
* Merge "Don't ignore data-files"Jenkins2016-10-021-3/+3
|\
| * Don't ignore data-filesSachi King2016-08-261-3/+3
* | Deprecated warning for SafeConfigParserjiansong2016-09-111-1/+4
|/
* Do not silently drop markers that fail to evaluateSachi King2016-03-091-1/+7
* Support entry point patching on setuptools < 12Sachi King2016-01-211-1/+9
* Handle markers to support sdist on pip < 6Sachi King2015-12-171-4/+16
* Add patch to properly get all commands from distSachi King2015-12-071-0/+9
* Strip comments present in setup.cfg1.8.0Sachi King2015-09-141-2/+2
* Wrap env markers in parens1.3.0Monty Taylor2015-07-101-1/+1
* Teach pbr to read extras and env markersJames Polley2015-05-151-0/+59
* Be safe, don't let friends use RawConfigParserJeremy Stanley2015-04-231-1/+1
* Add truncated lincense textMasaki Matsushita2015-03-181-0/+5
* Port in git sha changes from 0.10 lineMonty Taylor2014-12-211-2/+2
* Do not force log verbosity level to infoDoug Hellmann2014-02-051-3/+0
* Replace setuptools_git with a smarter approachMonty Taylor2013-08-041-17/+4
* Correct typoMonty Taylor2013-08-031-1/+1
* Swap the order of configparser importsMonty Taylor2013-07-251-2/+2
* Remove the need to specify the pbr hookMonty Taylor2013-07-211-1/+7
* Move d2to1 more into the source treeMonty Taylor2013-07-211-0/+628