]> git.phdru.name Git - mimedecode.git/commitdiff
Build: Update dependencies master
authorOleg Broytman <phd@phdru.name>
Wed, 12 Nov 2025 17:05:42 +0000 (20:05 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 12 Nov 2025 17:05:42 +0000 (20:05 +0300)
ANNOUNCE
INSTALL.txt
devscripts/requirements/requirements.txt
devscripts/requirements/requirements_tests.txt
setup.py

index 368b770977ccb89a1fd24fe9b31c2d6d4f056b43..6b87ef21ed4d57ed77cf29f5d1f2a711af83b1cc 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -49,7 +49,7 @@ WHERE TO GET
     git clone https://git.phdru.name/mimedecode.git
     git clone  git://git.phdru.name/mimedecode.git
 
-   Requires: Python 2.7 or Python 3.4+, m_lib.defenc 1.0+.
+   Requires: Python 2.7 or Python 3.4+, m_lib_defenc 1.1.1+.
    Tests require: tox, m_lib 3.1+.
 
    Recommends: configured mailcap database.
index 337281a673f4a550c8f9e781bed3a26edde239f8..95954757350370f80123d427e6e9244d34171b2a 100644 (file)
@@ -2,7 +2,7 @@ mimedecode requires Python 2.7 or 3.4+.
 
 Installation script setup.py requires setuptools.
 
-mimedecode requires m_lib.defenc library. If you don't have it installed
+mimedecode requires m_lib_defenc library. If you don't have it installed
 setup.py will try to download and install it before installing mimedecode.
 
 Installation using pip:
index 83a77f412dedf8bb6b50680dfa3b5212fe6a96a5..ec5c7334513e8f1f377ffb42566f7cae9a303112 100644 (file)
@@ -1,4 +1,4 @@
 --trusted-host phdru.name
 --find-links=https://phdru.name/Software/Python/
 
-m_lib.defenc>=1.0
+m_lib_defenc>=1.1.1
index edf1c1f80b22e17069640e3150bbe4715ba50b54..999bc0f5b60ab2ec11617541471d2954021b3fa2 100644 (file)
@@ -1,2 +1,2 @@
 setuptools
-m_lib.full>=1.0.1
+m_lib_full>=1.0.2
index d7364fdcfd95572f5a79e806f0e5ef86eecd7919..8a62f955598fb7387e2250248281e2739e895e9b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -69,6 +69,6 @@ setup(
         ]
     },
     python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
-    install_requires=['m_lib.defenc>=1.0'],
+    install_requires=['m_lib_defenc>=1.1.1'],
     tests_require=['m_lib>=3.1'],
 )