pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-outcome



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 20 11:12:55 UTC 2023

Modified Files:
        pkgsrc/devel/py-outcome: Makefile PLIST distinfo

Log Message:
py-outcome: updated to 1.3.0

Outcome 1.3.0 (2023-10-17)

Features

- Added type hints to the package. :py:class:`Value` and :py:class`Outcome` are now generic.
  A type alias was also added (:py:data:`Maybe`) for the union of :py:class:`Value`
  and :py:class:`Error`.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-outcome/Makefile \
    pkgsrc/devel/py-outcome/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-outcome/PLIST

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-outcome/Makefile
diff -u pkgsrc/devel/py-outcome/Makefile:1.2 pkgsrc/devel/py-outcome/Makefile:1.3
--- pkgsrc/devel/py-outcome/Makefile:1.2        Wed Aug 10 09:03:46 2022
+++ pkgsrc/devel/py-outcome/Makefile    Fri Oct 20 11:12:55 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/08/10 09:03:46 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/10/20 11:12:55 adam Exp $
 
-DISTNAME=      outcome-1.2.0
+DISTNAME=      outcome-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/outcome/}
Index: pkgsrc/devel/py-outcome/distinfo
diff -u pkgsrc/devel/py-outcome/distinfo:1.2 pkgsrc/devel/py-outcome/distinfo:1.3
--- pkgsrc/devel/py-outcome/distinfo:1.2        Wed Aug 10 09:03:46 2022
+++ pkgsrc/devel/py-outcome/distinfo    Fri Oct 20 11:12:55 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/08/10 09:03:46 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/10/20 11:12:55 adam Exp $
 
-BLAKE2s (outcome-1.2.0.tar.gz) = 20c969792083b3dd4959573b4d9bbdffea2d5b6695d42b9f755ef3ff64b34472
-SHA512 (outcome-1.2.0.tar.gz) = 0ffba054c781edaf2437f3377e9685f76f5410a4e4e3dc377ec77a97535d3b103025e5f1006142eb55bacf5ba6c4632dc1524b524b050c7c01a18ed0893b373d
-Size (outcome-1.2.0.tar.gz) = 17177 bytes
+BLAKE2s (outcome-1.3.0.tar.gz) = 8b04f81fc1da43588fa9469e5fb69820a146ab331b0fbca934adfe8c1c5d5737
+SHA512 (outcome-1.3.0.tar.gz) = 693885c90063b0073c93e699e9e2e6f068a373594be84030d314562df8b26a38c91fd2dbc4a8121bcd426d4f6598af9d9d60910e58282ac3fe40a9124ab2fe13
+Size (outcome-1.3.0.tar.gz) = 20974 bytes

Index: pkgsrc/devel/py-outcome/PLIST
diff -u pkgsrc/devel/py-outcome/PLIST:1.1 pkgsrc/devel/py-outcome/PLIST:1.2
--- pkgsrc/devel/py-outcome/PLIST:1.1   Wed Jan 19 22:39:01 2022
+++ pkgsrc/devel/py-outcome/PLIST       Fri Oct 20 11:12:55 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/19 22:39:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/10/20 11:12:55 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -16,3 +16,4 @@ ${PYSITELIB}/outcome/_util.pyo
 ${PYSITELIB}/outcome/_version.py
 ${PYSITELIB}/outcome/_version.pyc
 ${PYSITELIB}/outcome/_version.pyo
+${PYSITELIB}/outcome/py.typed



Home | Main Index | Thread Index | Old Index