Next | Query returned 27 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030)
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts):
www/nghttp2/distinfo

Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
   2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033)
Log message:
www: Remove SHA1 hashes for distfiles
   2021-05-18 18:07:30 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-flask-flatpages: PLIST fix
   2021-05-02 13:16:49 by Klaus Klein | Files touched by this commit (2)
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``.
   2021-04-06 17:22:38 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
use versioned py-pygemnts
   2020-05-17 11:39:27 by Klaus Klein | Files touched by this commit (1) | Package updated
Log message:
py-flask-flatpages: Build requires py-test-runner.

Missed in 0.7.2 update, caught by bulk build.

Also add py-pygments to test dependencies, and depend on py-flask>1.0
instead of >=1.0 (per setup.cfg).  The latter does not imply a dependency
change within pkgsrc, as py-flask had been >1.0 for 1+ year when this
was actually introduced at py-flask-flatpages 0.7.1.
   2020-05-12 12:49:36 by Klaus Klein | Files touched by this commit (3)
Log message:
py-flask-flatpages: Update to 0.7.2.

"This is a small release to fix a bug that occurs when users don't
have Pygments installed."
   2019-05-19 10:05:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flask-flatpages: updated to 0.7.1

Flask-Flatpages v0.7.1
This release updates the dependencies to resolve some severe security alerts! \ 
Please update as soon as possible
   2018-11-16 15:56:27 by Klaus Klein | Files touched by this commit (2)
Log message:
py-flask-flatpages: Update to 0.7.0.

Version 0.7.0
~~~~~~~~~~~~~

* Update to Markdown 3.0 with new extension loading syntax.
* Added `FLATPAGES_EXTENSION_CONFIGS` for configuring extensions
  specified by import string.
* Add support for loading pages from Flask instance folder
* Add a case insensitive loading option

Version 0.6.1
~~~~~~~~~~~~~

* Update dependencies to `Flask>=1.0` (as Flask 0.12.1 has known
  vulnerabilities).
* Pin `Markdown<=3.0` as the Markdown extension API has changed.
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.

Next | Query returned 27 messages, browsing 11 to 20 | Previous