Skip to content

Commit

Permalink
release 2.20180804
Browse files Browse the repository at this point in the history
  • Loading branch information
p1otr committed Aug 4, 2018
1 parent 8259af9 commit b651d66
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
pypi2deb (2.20180804) unstable; urgency=medium

[ Oliver Okrongli ]
* py2dsp: Support downloading specific version (e.g. 'pytest/3.1.1')
* Fix set-typed values in ctx override files

[ Alexandros Afentoulis ]
* Use new Python Package Index URL: https://pypi.org

[ Piotr Ożarowski ]
* Update DPMT/PAPT profiles to reflect move to salsa / gbp

-- Piotr Ożarowski <[email protected]> Sat, 04 Aug 2018 14:56:57 +0800

pypi2deb (2.20180318) unstable; urgency=medium

* Fix Python 3.6 / latest aiohttp compatibility
Expand Down
2 changes: 1 addition & 1 deletion pypi2deb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
abspath(join(dirname(__file__), '..', 'overrides')))
PROFILES_PATH = environ.get('PYPI2DEB_PROFILES_PATH',
abspath(join(dirname(__file__), '..', 'profiles')))
VERSION = '2.20180318'
VERSION = '2.20180804'
# Add path to dh-python's private library
# (yeah, it's not stable enough to make it public one, fortunatly
# author of pypi2deb and dh-python know each other ;)
Expand Down

0 comments on commit b651d66

Please sign in to comment.