pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-flatpages



Module Name:    pkgsrc
Committed By:   kleink
Date:           Sun May  2 11:16:49 UTC 2021

Modified Files:
        pkgsrc/www/py-flask-flatpages: Makefile distinfo

Log Message:
py-flask-flatpages: Update to 0.7.3.

0.7.3
-----

prelude: >
  Small release to remove support for older Python versions, and to do some
  housekeeping on the project repository and contributor experience.

  Changes include:

    + Moving CI from Travis to Github Actions
      This decision was made following Travis CIs recent change in policies
      around open source projects.

    + Moving to Github Actions gave us the ability to define slightly more
      granular workflows, which give more insight into why tests failed and put
      CI results directly in Github.

    + ``Tox`` as a single entrypoint for all main developer tasks, specifically
      linting, testing and building docs.

    + Updated contribution guidelines
deprecations:
  - |
    This release drops support for Python versions 3.4 and 3.5. Support for
    python 3.4 was dropped from Pip in July 2019, and support for 3.5 in
    January of this year. According to `PyPI Stats
    <https://pypistats.org/packages/flask-flatpages>`_.  these versions
    account for a handful of downloads a month. Version 0.7.2 has
    identical funcitonality to this release and will still work for these
    versons.
fixes:
  - |
    This release resolves issue `# 79
    <https://github.com/Flask-Flatpages/Flask-Flatpages/issues/79>`_.
    by correcting an inconsistent parameter name in the documentation.
  - |
    Building on the fix to Issue `# 77
    <https://github.com/Flask-FlatPages/Flask-FlatPages/issues/77>`_, we
    replace the custom compact module with ``six``.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-flask-flatpages/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-flask-flatpages/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-flask-flatpages/Makefile
diff -u pkgsrc/www/py-flask-flatpages/Makefile:1.11 pkgsrc/www/py-flask-flatpages/Makefile:1.12
--- pkgsrc/www/py-flask-flatpages/Makefile:1.11 Tue Apr  6 15:22:38 2021
+++ pkgsrc/www/py-flask-flatpages/Makefile      Sun May  2 11:16:49 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/04/06 15:22:38 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/05/02 11:16:49 kleink Exp $
 
-DISTNAME=      Flask-FlatPages-0.7.2
+DISTNAME=      Flask-FlatPages-0.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-FlatPages/}
@@ -15,7 +15,9 @@ LICENSE=      modified-bsd
 DEPENDS+=      ${PYPKGPREFIX}-flask>1.0:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.10.2:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-markdown>=2.5:../../textproc/py-markdown
-DEPENDS+=      ${PYPKGPREFIX}-yaml>3.12:../../textproc/py-yaml
+DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-yaml>5.3.1:../../textproc/py-yaml
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none

Index: pkgsrc/www/py-flask-flatpages/distinfo
diff -u pkgsrc/www/py-flask-flatpages/distinfo:1.9 pkgsrc/www/py-flask-flatpages/distinfo:1.10
--- pkgsrc/www/py-flask-flatpages/distinfo:1.9  Tue May 12 10:49:35 2020
+++ pkgsrc/www/py-flask-flatpages/distinfo      Sun May  2 11:16:49 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/05/12 10:49:35 kleink Exp $
+$NetBSD: distinfo,v 1.10 2021/05/02 11:16:49 kleink Exp $
 
-SHA1 (Flask-FlatPages-0.7.2.tar.gz) = aa0c1452b27d25b00de734a9e4c419478bd38058
-RMD160 (Flask-FlatPages-0.7.2.tar.gz) = 163faf06cd360df994ff6d185ebe34c3ed67a7a2
-SHA512 (Flask-FlatPages-0.7.2.tar.gz) = 0bd42e639f10dae76d60776d6c9baebf06ed003ab55d144091a149a962d1ed7a03eb534953d9ed3d1c2e7abd7e899ad8fc7b90c9029f9a8467c7267011d49624
-Size (Flask-FlatPages-0.7.2.tar.gz) = 24959 bytes
+SHA1 (Flask-FlatPages-0.7.3.tar.gz) = eef9ad6a0be5fcd08780c45e6d817c16707d8cc0
+RMD160 (Flask-FlatPages-0.7.3.tar.gz) = c5165e2a4e85659b38fd49427aa17712964eaf56
+SHA512 (Flask-FlatPages-0.7.3.tar.gz) = 9d75ba2ed2273aaff26beee203271e1b6e3fe41d7b319ee69d2337e8151582be85d95288bcfff7e7b4907b7824f9aa4bb2019f8050b137195e9ad5fae8291efa
+Size (Flask-FlatPages-0.7.3.tar.gz) = 18598 bytes



Home | Main Index | Thread Index | Old Index