Sunday, June 09, 2019

Update: devel/py-atomicwrites 1.1.5 -> 1.3.0

Here's an update for py-atomicwrites from 1.1.5 to 1.3.0

Regression tests pass on both amd64 and sparc64.

Regressions tests of py-test, py-pluggy, productivity/khal, and
productivity/khard still pass the same same on amd64. (khal requires
an updated py-freezegun to get any results, before or after update.
I'm still nailing down the freezegun update).

The only consumer I couldn't test was vdirsyncer. The tests just
blow up before and after this update.

I also did the PERMIT_PACKAGE change while here.

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-atomicwrites/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 28 Apr 2019 20:51:30 -0000 1.2
+++ Makefile 9 Jun 2019 19:44:33 -0000
@@ -2,22 +2,22 @@

COMMENT = atomic file writes

-MODPY_EGG_VERSION = 1.1.5
+MODPY_EGG_VERSION = 1.3.0
DISTNAME = atomicwrites-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
-REVISION = 0

CATEGORIES = devel

HOMEPAGE = https://github.com/untitaker/python-atomicwrites

# MIT
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE = Yes

MODULES = lang/python

MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
+MODPY_PYTEST = Yes

FLAVORS = python3
FLAVOR ?=
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-atomicwrites/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 8 Mar 2017 02:39:44 -0000 1.1.1.1
+++ distinfo 9 Jun 2019 19:44:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (atomicwrites-1.1.5.tar.gz) = JAgx6iLamriCtVGzHUIlWR5eRHpoxeGI21uJyh1IdYU=
-SIZE (atomicwrites-1.1.5.tar.gz) = 18951
+SHA256 (atomicwrites-1.3.0.tar.gz) = dalEW6wC2NBY1eH+aJZUulplVqHf2M5uxVoO15hmz6Y=
+SIZE (atomicwrites-1.3.0.tar.gz) = 11699

No comments:

Post a Comment