svn commit: r560761 - head/www/py-flask-smorest

Rainer Hurling rhurlin at FreeBSD.org
Fri Jan 8 11:10:20 UTC 2021


Author: rhurlin
Date: Fri Jan  8 11:10:19 2021
New Revision: 560761
URL: https://svnweb.freebsd.org/changeset/ports/560761

Log:
  www/py-flask-smorest: Update to 0.26.0
  
  Update with backwards-incompatible changes:
  - Use warnings.warn rather than log warnings in application log
  - Support webargs 7. Drop support for webargs 6
  Other changes:
  - Official Python 3.9 support
  - Bound dependencies versions in setup.py
  
  Changelog: https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0260-2020-12-17
  
  PR:		252489
  Submitted by:	Goran Mekic
  Approved by:	arrowd, tcberner (mentors, implicit)

Modified:
  head/www/py-flask-smorest/Makefile
  head/www/py-flask-smorest/distinfo

Modified: head/www/py-flask-smorest/Makefile
==============================================================================
--- head/www/py-flask-smorest/Makefile	Fri Jan  8 11:04:20 2021	(r560760)
+++ head/www/py-flask-smorest/Makefile	Fri Jan  8 11:10:19 2021	(r560761)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	flask-smorest
-PORTVERSION=	0.25.0
+PORTVERSION=	0.26.0
 CATEGORIES=	www devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-flask-smorest/distinfo
==============================================================================
--- head/www/py-flask-smorest/distinfo	Fri Jan  8 11:04:20 2021	(r560760)
+++ head/www/py-flask-smorest/distinfo	Fri Jan  8 11:10:19 2021	(r560761)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601714070
-SHA256 (flask-smorest-0.25.0.tar.gz) = cfb37ce965d66b0421869c2a228dd456be1b291d452fb29628b2714782b0aa51
-SIZE (flask-smorest-0.25.0.tar.gz) = 62667
+TIMESTAMP = 1610013490
+SHA256 (flask-smorest-0.26.0.tar.gz) = dac718229ca5de603c5aa59b391454b7ed81d72fa2adf1f69247d1eb60f68f50
+SIZE (flask-smorest-0.26.0.tar.gz) = 60817


More information about the svn-ports-all mailing list