pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-betamax



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 17 10:45:05 UTC 2018

Modified Files:
        pkgsrc/www/py-betamax: Makefile distinfo

Log Message:
py-betamax: update to 0.8.1.

0.8.1 - 2018-03-13
------------------

- Previous attempts to sanitize cassette names were incomplete.
  Sanitization has become more thorough which could have some affects on
  existing cassette files. **This may cause new cassettes to be generated.**

- Fix bug where there may be an exception raised in a
  ``betamax.exceptions.BetamaxError`` repr.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-betamax/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-betamax/distinfo

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

Modified files:

Index: pkgsrc/www/py-betamax/Makefile
diff -u pkgsrc/www/py-betamax/Makefile:1.7 pkgsrc/www/py-betamax/Makefile:1.8
--- pkgsrc/www/py-betamax/Makefile:1.7  Wed Aug 24 10:48:47 2016
+++ pkgsrc/www/py-betamax/Makefile      Tue Apr 17 10:45:05 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2016/08/24 10:48:47 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/17 10:45:05 wiz Exp $
 
-DISTNAME=      betamax-0.8.0
+DISTNAME=      betamax-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/betamax/}

Index: pkgsrc/www/py-betamax/distinfo
diff -u pkgsrc/www/py-betamax/distinfo:1.6 pkgsrc/www/py-betamax/distinfo:1.7
--- pkgsrc/www/py-betamax/distinfo:1.6  Wed Aug 24 10:48:47 2016
+++ pkgsrc/www/py-betamax/distinfo      Tue Apr 17 10:45:05 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/08/24 10:48:47 wiz Exp $
+$NetBSD: distinfo,v 1.7 2018/04/17 10:45:05 wiz Exp $
 
-SHA1 (betamax-0.8.0.tar.gz) = f01bfe5d550fa1e222b234502deb1f87c695b989
-RMD160 (betamax-0.8.0.tar.gz) = 1a7fca2e26791172c179d5b75287cfbc8cec40fb
-SHA512 (betamax-0.8.0.tar.gz) = 52b330747b6add52390b50dd63c05851adc01ccd238fdb5c3401efdfc26be363a3f61145dc0e1f3cc43ff520e1457e33fa47952d2929c7c3e12c3e2612621f95
-Size (betamax-0.8.0.tar.gz) = 78398 bytes
+SHA1 (betamax-0.8.1.tar.gz) = 99aed19c7148628e9922401b90d2045ac253d494
+RMD160 (betamax-0.8.1.tar.gz) = 3ce6ab46114e92037d91f93ee43dd7f59a66c637
+SHA512 (betamax-0.8.1.tar.gz) = 89bfb56cf4004a70ec8c1f2342cfa0e02f850b8ed80b67f8b2b02c1a2093e8ac1cf1b9980354551e9d3a21fadde0d77d717f1559487024941973cd80bd451734
+Size (betamax-0.8.1.tar.gz) = 77526 bytes



Home | Main Index | Thread Index | Old Index