launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #05114
[Merge] lp:~rvb/txlongpoll/cleanups-txlongpoll into lp:txlongpoll
Raphaël Victor Badin has proposed merging lp:~rvb/txlongpoll/cleanups-txlongpoll into lp:txlongpoll.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~rvb/txlongpoll/cleanups-txlongpoll/+merge/77292
- Apply Gavin's cleanups™ to txlongpollfixture/Makefile to this Makefile.
- Bump version to 0.2.5.
--
https://code.launchpad.net/~rvb/txlongpoll/cleanups-txlongpoll/+merge/77292
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/txlongpoll/cleanups-txlongpoll into lp:txlongpoll.
=== modified file 'Makefile'
--- Makefile 2011-09-27 10:26:45 +0000
+++ Makefile 2011-09-28 07:55:25 +0000
@@ -37,7 +37,7 @@
build: $(BUILDOUT_BIN)
-dist: setup.py
+dist: $(PY)
$(PY) setup.py egg_info -r sdist
@@ -51,10 +51,12 @@
$(RM) -r develop-eggs
$(RM) .installed.cfg
$(RM) -r build
+ $(RM) -r dist
clean_eggs:
$(RM) -r download-cache
+ $(RM) -r *.egg-info
$(RM) -r eggs
=== modified file 'setup.py'
--- setup.py 2011-09-26 15:22:46 +0000
+++ setup.py 2011-09-28 07:55:25 +0000
@@ -9,7 +9,7 @@
setup(
name='txlongpoll',
- version="0.2.4",
+ version="0.2.5",
packages=find_packages('.') + ['twisted.plugins'],
include_package_data=True,
zip_safe=False,