pkgsrc-WIP-changes archive

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

(devel/pypi-cli) Updated 0.4.0 to 0.4.1



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Fri Feb 23 18:47:47 2024 +0900
Changeset:	a47a0ce7fe930e1be7c9ab786661895564f41e4c

Modified Files:
	py-pypi-cli/Makefile
	py-pypi-cli/distinfo

Log Message:
(devel/pypi-cli) Updated 0.4.0 to 0.4.1

*********
Changelog
*********

0.4.1 (2015-10-04)
==================
- Use explicit u'' prefix rather than importing unicode_literals from
  __future__ to avoid warnings from click on Py2.

- Tested on Python 3.5.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a47a0ce7fe930e1be7c9ab786661895564f41e4c

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

diffstat:
 py-pypi-cli/Makefile | 2 +-
 py-pypi-cli/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-pypi-cli/Makefile b/py-pypi-cli/Makefile
index b808e26d71..3f32ef15ed 100644
--- a/py-pypi-cli/Makefile
+++ b/py-pypi-cli/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/02/14 13:24:00 jihbed Exp $
 
-DISTNAME=	pypi-cli-0.4.0
+DISTNAME=	pypi-cli-0.4.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pypi-cli/}
diff --git a/py-pypi-cli/distinfo b/py-pypi-cli/distinfo
index 2bda29e31b..8f9f81c675 100644
--- a/py-pypi-cli/distinfo
+++ b/py-pypi-cli/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2015/02/14 13:24:00 jihbed Exp $
 
-RMD160 (pypi-cli-0.4.0.tar.gz) = a8f731b0163aa91095a9bad20c23cbe8a89b556b
-SHA512 (pypi-cli-0.4.0.tar.gz) = 13acbc6b341d9e8377d3ac191e4e394b9ff30708006e9ed894fcf7f1a0e90d7d229ffd832592b679fcf95c9f34a5518e2e1283862f0b9de207881d9f2011331f
-Size (pypi-cli-0.4.0.tar.gz) = 9948 bytes
+BLAKE2s (pypi-cli-0.4.1.tar.gz) = 177685d9b0e1fbface43e9de1f8c6396997a3c3629576ac0b785827f7d2b33b6
+SHA512 (pypi-cli-0.4.1.tar.gz) = bc7eb5ff238d40d10677d39d7957b500c60f3850e9a0fa56a728caabc07231e0d20b5d139412b42c9812c5ec9c92e46fd58255128e0e6247f3e36c0d38bd8f97
+Size (pypi-cli-0.4.1.tar.gz) = 10018 bytes


Home | Main Index | Thread Index | Old Index