pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-iniconfig py-iniconfig: updated to 1.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2ecf8a59fd5
branches:  trunk
changeset: 440912:f2ecf8a59fd5
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 21 12:29:52 2020 +0000

description:
py-iniconfig: updated to 1.1.1

1.1.1
* fix version determination

1.1.0
- typing stubs
- ci fixes

diffstat:

 devel/py-iniconfig/Makefile               |   6 ++++--
 devel/py-iniconfig/PLIST                  |  11 +++++++----
 devel/py-iniconfig/distinfo               |  11 +++++------
 devel/py-iniconfig/patches/patch-setup.py |  14 --------------
 4 files changed, 16 insertions(+), 26 deletions(-)

diffs (74 lines):

diff -r 8fa80222126d -r f2ecf8a59fd5 devel/py-iniconfig/Makefile
--- a/devel/py-iniconfig/Makefile       Wed Oct 21 12:08:16 2020 +0000
+++ b/devel/py-iniconfig/Makefile       Wed Oct 21 12:29:52 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/08/05 13:54:15 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/10/21 12:29:52 adam Exp $
 
-DISTNAME=      iniconfig-1.0.1
+DISTNAME=      iniconfig-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/iniconfig/}
@@ -10,6 +10,8 @@
 COMMENT=       Brain-dead simple config-ini parsing
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
diff -r 8fa80222126d -r f2ecf8a59fd5 devel/py-iniconfig/PLIST
--- a/devel/py-iniconfig/PLIST  Wed Oct 21 12:08:16 2020 +0000
+++ b/devel/py-iniconfig/PLIST  Wed Oct 21 12:29:52 2020 +0000
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2020/08/05 13:54:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/10/21 12:29:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/iniconfig.py
-${PYSITELIB}/iniconfig.pyc
-${PYSITELIB}/iniconfig.pyo
+${PYSITELIB}/iniconfig/__init__.py
+${PYSITELIB}/iniconfig/__init__.pyc
+${PYSITELIB}/iniconfig/__init__.pyi
+${PYSITELIB}/iniconfig/__init__.pyo
+${PYSITELIB}/iniconfig/py.typed
diff -r 8fa80222126d -r f2ecf8a59fd5 devel/py-iniconfig/distinfo
--- a/devel/py-iniconfig/distinfo       Wed Oct 21 12:08:16 2020 +0000
+++ b/devel/py-iniconfig/distinfo       Wed Oct 21 12:29:52 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/08/08 18:09:55 joerg Exp $
+$NetBSD: distinfo,v 1.3 2020/10/21 12:29:52 adam Exp $
 
-SHA1 (iniconfig-1.0.1.tar.gz) = 37bae0d794fb63afc8ed588d140d111224a75f54
-RMD160 (iniconfig-1.0.1.tar.gz) = 7c44c7adfc7b5af44e9db1ff1be80ce9d21cb2ee
-SHA512 (iniconfig-1.0.1.tar.gz) = 2a6302d117cdba31cf51b418eb99df05988e252dc4155ad02526431d1dfc388839b533c3dac276254633cc86ed2b378af6bbb19998dd517a33163ad4957601a9
-Size (iniconfig-1.0.1.tar.gz) = 7836 bytes
-SHA1 (patch-setup.py) = 3d6bf4ccca1d04b2cff74fc0561d7e174b752904
+SHA1 (iniconfig-1.1.1.tar.gz) = f0d3a75f00752f75876468d04bf0cfbc05643b7e
+RMD160 (iniconfig-1.1.1.tar.gz) = 867a32cbc565ed7a2452b3eed2330679be142ffe
+SHA512 (iniconfig-1.1.1.tar.gz) = c9341db7e3ec2204b6a674fca7824cbeb492e3576d5ac3f084b234c82842b28f2f6acbfdb812e183f4334a95b990551f942a4caf548f5ce7ef14885f931535ee
+Size (iniconfig-1.1.1.tar.gz) = 8104 bytes
diff -r 8fa80222126d -r f2ecf8a59fd5 devel/py-iniconfig/patches/patch-setup.py
--- a/devel/py-iniconfig/patches/patch-setup.py Wed Oct 21 12:08:16 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2020/08/08 18:09:55 joerg Exp $
-
-Add missing version number.
-
---- setup.py.orig      2020-08-08 17:30:18.066633508 +0000
-+++ setup.py
-@@ -14,6 +14,7 @@ def main():
-         readme = fp.read()
-     setup(
-         name='iniconfig',
-+        version='1.0.1',
-         py_modules=['iniconfig'],
-         description='iniconfig: brain-dead simple config-ini parsing',
-         long_description=readme,



Home | Main Index | Thread Index | Old Index