فهرست منبع

Imported Upstream version 0.10.1

Jelmer Vernooij 10 سال پیش
والد
کامیت
831074d4e7
5فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  1. 1 0
      MANIFEST.in
  2. 1 1
      PKG-INFO
  3. 1 1
      dulwich.egg-info/PKG-INFO
  4. 1 1
      dulwich/tests/test_repository.py
  5. 1 1
      setup.py

+ 1 - 0
MANIFEST.in

@@ -4,6 +4,7 @@ include README.md
 include Makefile
 include COPYING
 include HACKING
+include setup.cfg
 include dulwich/stdint.h
 recursive-include docs conf.py *.txt Makefile make.bat
 recursive-include examples *.py

+ 1 - 1
PKG-INFO

@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: dulwich
-Version: 0.10.1
+Version: 0.10.1a
 Summary: Python Git Library
 Home-page: https://samba.org/~jelmer/dulwich
 Author: Jelmer Vernooij

+ 1 - 1
dulwich.egg-info/PKG-INFO

@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: dulwich
-Version: 0.10.1
+Version: 0.10.1a
 Summary: Python Git Library
 Home-page: https://samba.org/~jelmer/dulwich
 Author: Jelmer Vernooij

+ 1 - 1
dulwich/tests/test_repository.py

@@ -122,7 +122,7 @@ class RepositoryTests(TestCase):
             self.assertEqual(k in r, contained)
 
         for k, _ in test_keys:
-            self.assertRaisesRegex(
+            self.assertRaisesRegexp(
                 TypeError, "'name' must be bytestring, not unicode",
                 r.__getitem__, unicode(k)
             )

+ 1 - 1
setup.py

@@ -8,7 +8,7 @@ except ImportError:
     from distutils.core import setup, Extension
 from distutils.core import Distribution
 
-dulwich_version_string = '0.10.1'
+dulwich_version_string = '0.10.1a'
 
 include_dirs = []
 # Windows MSVC support