pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-frozenlist



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 24 20:20:26 UTC 2024

Modified Files:
        pkgsrc/devel/py-frozenlist: Makefile distinfo

Log Message:
py-frozenlist: updated to 1.5.0

1.5.0 (2024-10-22)

Bug fixes

- An incorrect signature of the ``__class_getitem__`` class method
  has been fixed, adding a missing ``class_item`` argument under
  Python 3.8 and older.

  This change also improves the code coverage of this method that
  was previously missing -- by :user:`webknjaz`.

Improved documentation

- Rendered issue, PR, and commit links now lead to
  ``frozenlist``'s repo instead of ``yarl``'s repo.
- On the :doc:`Contributing docs <contributing/guidelines>` page,
  a link to the ``Towncrier philosophy`` has been fixed.

Packaging updates and notes for downstreams

- A name of a temporary building directory now reflects
  that it's related to ``frozenlist``, not ``yarl``.
- Declared Python 3.13 supported officially in the distribution package metadata.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-frozenlist/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-frozenlist/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-frozenlist/Makefile
diff -u pkgsrc/devel/py-frozenlist/Makefile:1.7 pkgsrc/devel/py-frozenlist/Makefile:1.8
--- pkgsrc/devel/py-frozenlist/Makefile:1.7     Sat Dec 16 22:31:40 2023
+++ pkgsrc/devel/py-frozenlist/Makefile Thu Oct 24 20:20:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/12/16 22:31:40 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/24 20:20:26 adam Exp $
 
-DISTNAME=      frozenlist-1.4.1
+DISTNAME=      frozenlist-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/frozenlist/}
@@ -16,8 +16,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli

Index: pkgsrc/devel/py-frozenlist/distinfo
diff -u pkgsrc/devel/py-frozenlist/distinfo:1.6 pkgsrc/devel/py-frozenlist/distinfo:1.7
--- pkgsrc/devel/py-frozenlist/distinfo:1.6     Sat Dec 16 12:16:24 2023
+++ pkgsrc/devel/py-frozenlist/distinfo Thu Oct 24 20:20:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/12/16 12:16:24 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/10/24 20:20:26 adam Exp $
 
-BLAKE2s (frozenlist-1.4.1.tar.gz) = 9a98fc06260cb08451c7ac665f76989d2bda27879330b9d64d524794b4536b6a
-SHA512 (frozenlist-1.4.1.tar.gz) = 5ec5f8cff67d7f1aae517507122bc6c7af66a8ef23cac8b490edf65180c723277a33628e1395f24ffbd793de1eb65f429fd0b39a50115f740ce614a5577ffae2
-Size (frozenlist-1.4.1.tar.gz) = 37820 bytes
+BLAKE2s (frozenlist-1.5.0.tar.gz) = cd6b6b272cba19086c74bff4f7dca8f712f174dcc6ce37148c4e03b816454b67
+SHA512 (frozenlist-1.5.0.tar.gz) = 813645569b335383cd389d0c593466a0f40bc6734c0584f2404baadba700e70f36f5bf81c9c2c3bb8b5d96a75e218749f54b6749f283f63f8cff6f9441e78c96
+Size (frozenlist-1.5.0.tar.gz) = 39930 bytes



Home | Main Index | Thread Index | Old Index