Skip to content

Commit 60212c5

Browse files
committed
Build: Update dependencies
1 parent 8395ace commit 60212c5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ANNOUNCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ WHERE TO GET
4949
git clone https://git.phdru.name/mimedecode.git
5050
git clone git://git.phdru.name/mimedecode.git
5151

52-
Requires: Python 2.7 or Python 3.4+, m_lib.defenc 1.0+.
52+
Requires: Python 2.7 or Python 3.4+, m_lib_defenc 1.1.1+.
5353
Tests require: tox, m_lib 3.1+.
5454

5555
Recommends: configured mailcap database.

INSTALL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mimedecode requires Python 2.7 or 3.4+.
22

33
Installation script setup.py requires setuptools.
44

5-
mimedecode requires m_lib.defenc library. If you don't have it installed
5+
mimedecode requires m_lib_defenc library. If you don't have it installed
66
setup.py will try to download and install it before installing mimedecode.
77

88
Installation using pip:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
--trusted-host phdru.name
22
--find-links=https://phdru.name/Software/Python/
33

4-
m_lib.defenc>=1.0
4+
m_lib_defenc>=1.1.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
setuptools
2-
m_lib.full>=1.0.1
2+
m_lib_full>=1.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
]
7070
},
7171
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
72-
install_requires=['m_lib.defenc>=1.0'],
72+
install_requires=['m_lib_defenc>=1.1.1'],
7373
tests_require=['m_lib>=3.1'],
7474
)

0 commit comments

Comments
 (0)