[py-svn] commit/apipkg: hpk42: bump version, fix tox.ini

Bitbucket commits-noreply at bitbucket.org
Fri Jun 8 22:27:25 CEST 2012


1 new commit in apipkg:


https://bitbucket.org/hpk42/apipkg/changeset/f39ea665e1da/
changeset:   f39ea665e1da
user:        hpk42
date:        2012-06-08 22:25:55
summary:     bump version, fix tox.ini
affected #:  4 files

diff -r 7ecd687d0ae4774495c6a474a7ee7b4bb2283113 -r f39ea665e1da34aad8f0d459d5b0a3352e019e59 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.2.dev
+1.2
 ----------------------------------------
 
 - Allow to import from Aliasmodules  (thanks Ralf Schmitt)


diff -r 7ecd687d0ae4774495c6a474a7ee7b4bb2283113 -r f39ea665e1da34aad8f0d459d5b0a3352e019e59 apipkg.py
--- a/apipkg.py
+++ b/apipkg.py
@@ -9,7 +9,7 @@
 import sys
 from types import ModuleType
 
-__version__ = '1.2.dev7'
+__version__ = '1.2'
 
 def initpkg(pkgname, exportdefs, attr=dict()):
     """ initialize given package from the export definitions. """


diff -r 7ecd687d0ae4774495c6a474a7ee7b4bb2283113 -r f39ea665e1da34aad8f0d459d5b0a3352e019e59 setup.py
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@
         description=
         'apipkg: namespace control and lazy-import mechanism',
         long_description = open('README.txt').read(),
-        version='1.2.dev7',
+        version='1.2',
         url='http://bitbucket.org/hpk42/apipkg',
         license='MIT License',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
@@ -38,4 +38,4 @@
     )
 
 if __name__ == '__main__':
-    main()
+    main()
\ No newline at end of file


diff -r 7ecd687d0ae4774495c6a474a7ee7b4bb2283113 -r f39ea665e1da34aad8f0d459d5b0a3352e019e59 tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -6,4 +6,4 @@
 
 [testenv]
 commands=py.test --junitxml={envlogdir}/junit-{envname}.xml []
-deps= py
+deps= pytest

Repository URL: https://bitbucket.org/hpk42/apipkg/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list