notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/py-flask-restx/Makefile

Number of commits found: 19

Sunday, 10 Dec 2023
18:38 Jan Beich (jbeich) search for other commits by this committer
www/py-flask-restx: update to 1.3.0

Changes:	https://github.com/python-restx/flask-restx/releases/tag/1.3.0
Reported by:	GitHub (watch releases)
commit hash: 361d91e43dbad4e4b881e8a62f93ed1b9ed191e5 commit hash: 361d91e43dbad4e4b881e8a62f93ed1b9ed191e5 commit hash: 361d91e43dbad4e4b881e8a62f93ed1b9ed191e5 commit hash: 361d91e43dbad4e4b881e8a62f93ed1b9ed191e5 361d91e
Friday, 1 Dec 2023
06:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Fix build after 3232af18957315da73e0e4105cac869d8cb3c6b1 (www/py-flask
PORTNAME change)

Approved by:	portmgr (blanket)
commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8 commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8 commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8 commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8 8efcc1c
Monday, 27 Nov 2023
16:54 Jan Beich (jbeich) search for other commits by this committer
www/py-flask-restx: unbreak after 3232af189573

>>> import flask_restx
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/flask_restx/api.py", line 18, in
<module>
    from flask.helpers import _endpoint_from_view_func
ImportError: cannot import name '_endpoint_from_view_func' from 'flask.helpers'
(/usr/local/lib/python3.9/site-packages/flask/helpers.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.9/site-packages/flask_restx/__init__.py", line 2,
in <module>
    from .api import Api  # noqa
  File "/usr/local/lib/python3.9/site-packages/flask_restx/api.py", line 20, in
<module>
    from flask.scaffold import _endpoint_from_view_func
ModuleNotFoundError: No module named 'flask.scaffold'
commit hash: 0335abf4268235877a1c3007afb870e7ca51195c commit hash: 0335abf4268235877a1c3007afb870e7ca51195c commit hash: 0335abf4268235877a1c3007afb870e7ca51195c commit hash: 0335abf4268235877a1c3007afb870e7ca51195c 0335abf
Tuesday, 24 Oct 2023
00:51 Jan Beich (jbeich) search for other commits by this committer
www/py-flask-restx: update to 1.2.0

Changes:	https://github.com/python-restx/flask-restx/compare/1.1.0...1.2.0
Reported by:	Repology
commit hash: ca0de55e8468e3e443308c6adfc751b50744f4c7 commit hash: ca0de55e8468e3e443308c6adfc751b50744f4c7 commit hash: ca0de55e8468e3e443308c6adfc751b50744f4c7 commit hash: ca0de55e8468e3e443308c6adfc751b50744f4c7 ca0de55
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Sunday, 5 Mar 2023
17:13 Jan Beich (jbeich) search for other commits by this committer
www/py-flask-restx: update to 1.1.0

Changes:	https://github.com/python-restx/flask-restx/compare/0.5.1...1.1.0
Reported by:	portscout
commit hash: 8c379269d6e17218c93449b649b6c3ce6da230ed commit hash: 8c379269d6e17218c93449b649b6c3ce6da230ed commit hash: 8c379269d6e17218c93449b649b6c3ce6da230ed commit hash: 8c379269d6e17218c93449b649b6c3ce6da230ed 8c37926
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 8 Aug 2022
21:17 Jan Beich (jbeich) search for other commits by this committer
www/py-flask-restx: unbreak after ce9d694b5868

>>> import flask_restx
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.9/site-packages/flask_restx/__init__.py", line 5,
in <module>
    from .api import Api  # noqa
  File "/usr/local/lib/python3.9/site-packages/flask_restx/api.py", line 50, in
<module>
    from .swagger import Swagger
  File "/usr/local/lib/python3.9/site-packages/flask_restx/swagger.py", line 18,
in <module>
    from werkzeug.routing import parse_rule
ImportError: cannot import name 'parse_rule' from 'werkzeug.routing'
(/usr/local/lib/python3.9/site-packages/werkzeug/routing/__init__.py)
commit hash: f902f7479fa0d32137ca2665c35cd3b5d0ca4796 commit hash: f902f7479fa0d32137ca2665c35cd3b5d0ca4796 commit hash: f902f7479fa0d32137ca2665c35cd3b5d0ca4796 commit hash: f902f7479fa0d32137ca2665c35cd3b5d0ca4796 f902f74
Thursday, 2 Sep 2021
00:27 Jan Beich (jbeich) search for other commits by this committer
www/py-flask-restx: update to 0.5.1

Changes:	https://github.com/python-restx/flask-restx/compare/0.5.0...0.5.1
Reported by:	Repology
commit hash: 353e686b72d75e3b3b343d42a29765d022e82376 commit hash: 353e686b72d75e3b3b343d42a29765d022e82376 commit hash: 353e686b72d75e3b3b343d42a29765d022e82376 commit hash: 353e686b72d75e3b3b343d42a29765d022e82376 353e686
Sunday, 25 Jul 2021
16:17 Jan Beich (jbeich) search for other commits by this committer
www/py-flask-restx: update to 0.5.0

Changes:	https://github.com/python-restx/flask-restx/compare/0.4.0...0.5.0
Reported by:	Repology
commit hash: 93fd72ad2ac21b8b4365261b0144f20e7b74ed46 commit hash: 93fd72ad2ac21b8b4365261b0144f20e7b74ed46 commit hash: 93fd72ad2ac21b8b4365261b0144f20e7b74ed46 commit hash: 93fd72ad2ac21b8b4365261b0144f20e7b74ed46 93fd72a
Sunday, 23 May 2021
01:16 Jan Beich (jbeich) search for other commits by this committer
www/py-flask-restx: unbreak after dcb0e109b877

$ flexget execute
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
583, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
791, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (Werkzeug 2.0.1
(/usr/local/lib/python3.8/site-packages), Requirement.parse('werkzeug<2.0.0'),
{'flask-restx'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/flexget", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
3252, in <module>
    def _initialize_master_working_set():
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
585, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
598, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'werkzeug<2.0.0' distribution was not
found and is required by flask-restx
commit hash: 9dc986e31d531fd75f4b7b5638254687292b75ad commit hash: 9dc986e31d531fd75f4b7b5638254687292b75ad commit hash: 9dc986e31d531fd75f4b7b5638254687292b75ad commit hash: 9dc986e31d531fd75f4b7b5638254687292b75ad 9dc986e
Wednesday, 12 May 2021
14:43 Jan Beich (jbeich) search for other commits by this committer
www/py-flask-restx: update to 0.4.0

Changes:	https://github.com/python-restx/flask-restx/compare/0.3.0...0.4.0
Reported by:	Repology
commit hash: 43f07d47286a9b0e8de1f69897ffb4fb2f8de744 commit hash: 43f07d47286a9b0e8de1f69897ffb4fb2f8de744 commit hash: 43f07d47286a9b0e8de1f69897ffb4fb2f8de744 commit hash: 43f07d47286a9b0e8de1f69897ffb4fb2f8de744 43f07d4
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
08:11 Jan Beich (jbeich) search for other commits by this committer
www/py-flask-restx: update to 0.3.0

Changes:	https://github.com/python-restx/flask-restx/compare/0.2.0...0.3.0
Reported by:	Repology
commit hash: 4c47c324b2d75ab1970d31fafb95ceda0b900ae6 commit hash: 4c47c324b2d75ab1970d31fafb95ceda0b900ae6 commit hash: 4c47c324b2d75ab1970d31fafb95ceda0b900ae6 commit hash: 4c47c324b2d75ab1970d31fafb95ceda0b900ae6 4c47c32
Sunday, 10 Jan 2021
14:05 rene search for other commits by this committer
Remove empty PY_ENUM34 from ports using Python 3.6+
Original commitRevision:561070 
Tuesday, 14 Jul 2020
07:59 antoine search for other commits by this committer
Unbreak bulk -a
Original commitRevision:542200 
Wednesday, 17 Jun 2020
12:36 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.64

- Switch from flask-restplus to flask-restx, removing the former

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.59...v3.1.64
PR:		244294
Original commitRevision:539422 

Number of commits found: 19