pkgsrc-WIP-changes archive

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

py-distro: update to 1.4.0



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <frederic%fauberteau.org@localhost>
Pushed By:	frederic
Date:		Tue Oct 1 14:50:11 2019 +0200
Changeset:	c97de30add134b3cd0595b46ff0a5b0d22893fb8

Modified Files:
	py-distro/Makefile
	py-distro/distinfo

Log Message:
py-distro: update to 1.4.0

upstream changes:
-----------------
* 1.4.0 (2019.2.4)
  BACKWARD COMPATIBILITY:
      Prefer the VERSION_CODENAME field of os-release to parsing it from
  VERSION [#230]
  BUG FIXES:
      Return _uname_info from the uname_info() method [#233]
      Fixed CloudLinux id discovery [#234]
      Update Oracle matching [#224]
  DOCS:
      Update Fedora package link [#225]
      Distro is the recommended replacement for
  platform.linux_distribution [#220]
  RELEASE:
      Use Markdown for long description in setup.py [#219]
  Additionally, The Python2.6 branch was fixed and rebased on top of
  master. It is now passing all tests. Thanks abadger!

* 1.3.0 (2018.05.09)
  ENHANCEMENTS:
      Added support for OpenBSD, FreeBSD, and NetBSD [#207]
  TESTS:
      Add test for Kali Linux Rolling [#214]
  DOCS:
      Update docs with regards to #207 [#209]
      Add Ansible reference implementation and fix arch-linux link [#213]
      Add facter reference implementation [#213]

* 1.2.0 (2017.12.24)
  BACKWARD COMPATIBILITY:
      Don't raise ImportError on non-linux platforms [#202]
  ENHANCEMENTS:
      Lazily load the LinuxDistribution data [#201]
  BUG FIXES:
      Stdout of shell should be decoded with sys.getfilesystemencoding()
  [#203]
  TESTS:
      Explicitly set Python versions on Travis for flake [#204]

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

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

diffstat:
 py-distro/Makefile | 4 +---
 py-distro/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-distro/Makefile b/py-distro/Makefile
index dfef71f9d3..8235211c7b 100644
--- a/py-distro/Makefile
+++ b/py-distro/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	distro-1.1.0
+DISTNAME=	distro-1.4.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=d/distro/}
@@ -10,8 +10,6 @@ HOMEPAGE=	https://github.com/nir0s/distro
 COMMENT=	OS platform information API
 LICENSE=	apache-2.0
 
-USE_LANGUAGES=	# none
-
 post-install:
 	cd ${DESTDIR}${PREFIX}/bin && ${MV} distro distro-${PYVERSSUFFIX}
 
diff --git a/py-distro/distinfo b/py-distro/distinfo
index 1e9964b2b7..74b8cc386e 100644
--- a/py-distro/distinfo
+++ b/py-distro/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (distro-1.1.0.tar.gz) = c5fc74a3c823406ca1936f6fbb60cb5b27fd5a9e
-RMD160 (distro-1.1.0.tar.gz) = b5dc0f6f421a7693a1b53a44874c5167bb21588d
-SHA512 (distro-1.1.0.tar.gz) = c6f6fd4d8a0cfbc740e67f82bb30e4ce1b17b1368dca13b1f4c17a149911fb5532770243f05ef862bdfead92ab0c97d00ad79e9dc07727fca7262c1da13d2925
-Size (distro-1.1.0.tar.gz) = 45669 bytes
+SHA1 (distro-1.4.0.tar.gz) = d72ac60844b2b472fc815441afe60fc1da728926
+RMD160 (distro-1.4.0.tar.gz) = e2403c4fdb70861f89a8e09e4118027e39fb2514
+SHA512 (distro-1.4.0.tar.gz) = eac7d32ea77c2074e57c6828a8b2e4d4d01e9c46cb0f7adbd99998630b0af4924bf18d05d5f5b42fef5603b024ef835dbb4c05fc88310f5e64d193514b2fc10f
+Size (distro-1.4.0.tar.gz) = 53719 bytes


Home | Main Index | Thread Index | Old Index