+16
-6
lines changedFilter options
+16
-6
lines changed Original file line number Diff line number Diff line change
@@ -2,6 +2,16 @@
2
2
Changelog
3
3
#########
4
4
5
+
*****
6
+
4.0.1
7
+
*****
8
+
9
+
* Switched back to the gitdb package name on PyPI and fixed the gitdb2 mirror package
10
+
(`#59 <https://github.com/gitpython-developers/gitdb/issues/59>`_)
11
+
* Switched back to require smmap package and fixed version requirement to >= 3.0.1, < 4
12
+
(`#59 <https://github.com/gitpython-developers/gitdb/issues/59>`_)
13
+
* Updated smmap submodule
14
+
5
15
***********
6
16
3.0.3.post1
7
17
***********
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ def _init_externals():
29
29
__author__ = "Sebastian Thiel"
30
30
__contact__ = "byronimo@gmail.com"
31
31
__homepage__ = "https://github.com/gitpython-developers/gitdb"
32
-
version_info = (3, 0, 3, "post1")
32
+
version_info = (4, 0, 1)
33
33
__version__ = '.'.join(str(i) for i in version_info)
34
34
35
35
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
-
smmap2>=2,<3
1
+
smmap>=3.0.1,<4
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@
7
7
__author__ = "Sebastian Thiel"
8
8
__contact__ = "byronimo@gmail.com"
9
9
__homepage__ = "https://github.com/gitpython-developers/gitdb"
10
-
version_info = (3, 0, 3, "post1")
10
+
version_info = (4, 0, 1)
11
11
__version__ = '.'.join(str(i) for i in version_info)
12
12
13
13
setup(
14
-
name="gitdb2",
14
+
name="gitdb",
15
15
version=__version__,
16
16
description="Git Object Database",
17
17
author=__author__,
@@ -20,7 +20,7 @@
20
20
packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'),
21
21
license="BSD License",
22
22
zip_safe=False,
23
-
install_requires=['smmap2>=2,<3'],
23
+
install_requires=['smmap>=3.0.1,<4'],
24
24
long_description="""GitDB is a pure-Python git object database""",
25
25
python_requires='>=3.4',
26
26
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4