pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-resolvelib



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 24 13:18:59 UTC 2025

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

Log Message:
py-resolvelib: updated to 1.2.0

1.2.0 (2025-06-26)

Significant Changes

- Drop support for EOL Python versions 3.7 and 3.8.

Features

- Perform optimistic backjumping until reaching a cutoff and then
  fallback to regular backjumping.

Bug Fixes

- Include tests in sdist.
- Drop `wheel` from direct build dependencies.
- Display PyPI URL on GH UI when releasing from GHA.
- Configure `setuptools` to produce `py3`-tagged wheels.
- Fix PyPI project page link on README.rst.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-resolvelib/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-resolvelib/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-resolvelib/Makefile
diff -u pkgsrc/devel/py-resolvelib/Makefile:1.7 pkgsrc/devel/py-resolvelib/Makefile:1.8
--- pkgsrc/devel/py-resolvelib/Makefile:1.7     Sat Apr 12 20:13:33 2025
+++ pkgsrc/devel/py-resolvelib/Makefile Thu Jul 24 13:18:59 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2025/04/12 20:13:33 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/07/24 13:18:59 adam Exp $
 
-DISTNAME=      resolvelib-1.1.0
+DISTNAME=      resolvelib-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/resolvelib/}
 

Index: pkgsrc/devel/py-resolvelib/distinfo
diff -u pkgsrc/devel/py-resolvelib/distinfo:1.4 pkgsrc/devel/py-resolvelib/distinfo:1.5
--- pkgsrc/devel/py-resolvelib/distinfo:1.4     Thu Oct 31 08:39:42 2024
+++ pkgsrc/devel/py-resolvelib/distinfo Thu Jul 24 13:18:59 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/10/31 08:39:42 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/07/24 13:18:59 adam Exp $
 
-BLAKE2s (resolvelib-1.1.0.tar.gz) = 82fce936d92cfc10336df6809138569b0948a8d7f7b7563a12907ee1c038d7ae
-SHA512 (resolvelib-1.1.0.tar.gz) = 55062fcda551654e08cde777f7f38c64f840b75173b01bfd3dfc9fcead1101b3ce540d77111bca9690e136a0fa366b395546025cf1bad52f13bc48a3ea83f1a6
-Size (resolvelib-1.1.0.tar.gz) = 22551 bytes
+BLAKE2s (resolvelib-1.2.0.tar.gz) = dc723ca8d613d1e5daabceb6427926c392a1e12270a5faa06134675cf8f69f0a
+SHA512 (resolvelib-1.2.0.tar.gz) = 81aaa3c72e3fe4dd0f9d92c8408b5456379803416b502a1e862b3a8d5e4616c82f69499c7ae9ed9065dc25216934c1a6143ba02b000d6680072629f2f1d5d02d
+Size (resolvelib-1.2.0.tar.gz) = 23448 bytes



Home | Main Index | Thread Index | Old Index