summaryrefslogtreecommitdiff
path: root/pbr
Commit message (Expand)AuthorAgeFilesLines
* Use context blocks for open() calls in packagingJeremy Stanley2021-11-191-8/+6
* Allow PEP517 without setup_requiresClark Boylan2021-11-122-1/+14
* Clarify the need for setup.py with PEP517Clark Boylan2021-11-081-5/+3
* Add a PEP517 interface5.7.0Monty Taylor2021-11-032-1/+112
* PBR package testing improvementsClark Boylan2021-11-031-3/+5
* Correct comment for 'D1_D2_SETUP_ARGS'Stephen Finucane2021-04-231-4/+2
* Reverse ordering of 'D1_D2_SETUP_ARGS'Stephen Finucane2021-04-221-45/+38
* Add test for cfg -> py transformationStephen Finucane2021-04-222-3/+104
* Don't pass empty 'long_description'Stephen Finucane2021-04-221-17/+15
* Map requires-python to python-requires (attempt 2)Stephen Finucane2021-04-081-0/+1
* Merge "Prevent test failure due to use of setpref"Zuul2021-04-011-1/+0
|\
| * Prevent test failure due to use of setprefSorin Sbarnea2021-04-011-1/+0
* | util: Convert 'D1_D2_SETUP_ARGS' to a list of tuplesStephen Finucane2021-03-151-41/+44
* | Revert "Map requires-python to python-requires"Stephen Finucane2021-03-151-1/+0
|/
* Dropping lower constraints testingHervé Beraud2021-03-091-3/+3
* Merge "Remove use_2to3 backward compat for Setuptools"5.5.1Zuul2020-10-191-2/+1
|\
| * Remove use_2to3 backward compat for SetuptoolsJeremy Stanley2020-09-191-2/+1
* | More easy_install.ScriptWriter.get_header()Jeremy Stanley2020-09-191-1/+5
|/
* Merge "trivial: Improve logging of run commands"5.5.0Zuul2020-08-281-2/+5
|\
| * trivial: Improve logging of run commandsStephen Finucane2020-08-061-2/+5
* | Remove bdist_wininst supportJeremy Stanley2020-08-271-10/+6
* | Merge "Use easy_install.ScriptWriter.get_header()"Zuul2020-08-271-1/+5
|\ \
| * | Use easy_install.ScriptWriter.get_header()Jeremy Stanley2020-08-061-1/+5
| |/
* | Update some url to use opendev.orgAntoine Musso2020-08-062-3/+3
* | Merge "Update python requires packaging metadata for package"Zuul2020-08-061-1/+1
|\ \
| * | Update python requires packaging metadata for packageMatthew Treinish2020-08-061-1/+1
| |/
* | Map requires-python to python-requiresMonty Taylor2020-08-061-0/+1
|/
* Update hackingClark Boylan2020-08-053-4/+4
* Add support for virtualenv 20.xStephen Finucane2020-08-053-35/+60
* trivial: Use 'open' context manager5.4.4Stephen Finucane2019-08-271-5/+5
* Update to latest hackingStephen Finucane2019-08-2710-143/+137
* Mark strings as rawStephen Finucane2019-08-275-26/+26
* Merge "Use more verbose logging for test failure"5.4.3Zuul2019-08-121-1/+3
|\
| * Use more verbose logging for test failureStephen Finucane2019-05-211-1/+3
* | Merge "Fix parsing on egg names with dashes from git URLs"5.4.2Zuul2019-07-182-15/+213
|\ \
| * | Fix parsing on egg names with dashes from git URLsHervé Beraud2019-06-262-15/+213
* | | option to print only the version of a package5.4.0Gaetan Semet2019-06-241-2/+7
* | | Merge "Fix Windows support"5.3.1Zuul2019-06-172-4/+21
|\ \ \
| * | | Fix Windows supportLucian Petrut2019-05-312-4/+21
* | | | Merge "Read description file as utf-8"5.3.0Zuul2019-06-102-1/+22
|\ \ \ \
| * | | | Read description file as utf-8Ben Nemec2019-05-242-1/+22
| |/ / /
* | | | Merge "Allow git-tags to be SemVer compliant"Zuul2019-06-102-1/+19
|\ \ \ \
| * | | | Allow git-tags to be SemVer compliantMartin Domke2019-05-242-1/+19
| |/ / /
* | | | Make WSGI tests listen on localhostBen Nemec2019-06-071-2/+2
|/ / /
* | | Merge "Set subparser argument required"Zuul2019-05-231-1/+3
|\ \ \
| * | | Set subparser argument requiredHervé Beraud2019-05-231-1/+3
| | |/ | |/|
* | | Fix white space handling in file namesWill Szumski2019-04-254-15/+103
|/ /
* | Support provides_extra metadataBen Nemec2019-03-252-1/+15
|/
* Merge "Fix error when keywords are defined as a list in cfg"Zuul2019-03-203-3/+33
|\
| * Fix error when keywords are defined as a list in cfgHervé Beraud2019-03-043-3/+33