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]
This commit is contained in:
Frédéric Fauberteau 2019-10-01 14:50:11 +02:00
parent b06bb913dd
commit c97de30add
2 changed files with 5 additions and 7 deletions

View File

@ -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}

View File

@ -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