Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.66.6 30 Oct 2024 14:54:34 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.66.6
Changes: https://github.com/tqdm/tqdm/releases
https://tqdm.github.io/releases/ |
4.66.5 04 Aug 2024 21:31:00 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.66.5
Changes: https://github.com/tqdm/tqdm/releases
https://tqdm.github.io/releases/ |
4.66.4 19 May 2024 17:15:50 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.66.4
Changes: https://github.com/tqdm/tqdm/releases
https://tqdm.github.io/releases/ |
4.66.2 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
4.66.2 21 Feb 2024 15:07:56 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.66.2
Changes: https://github.com/tqdm/tqdm/releases
https://tqdm.github.io/releases/ |
4.66.1 21 Aug 2023 19:01:23 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Add NOTEBOOK and SLACK options |
4.66.1 21 Aug 2023 17:04:43 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.66.1
- Update WWW
Changes: https://github.com/tqdm/tqdm/releases
https://tqdm.github.io/releases/ |
4.65.0 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
4.65.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
4.65.0 05 Apr 2023 17:30:46 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.65.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/tqdm/tqdm/releases |
4.64.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.64.1 10 Sep 2022 13:02:46 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.64.1
Changes: https://github.com/tqdm/tqdm/releases |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.64.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
4.64.0 16 Apr 2022 04:19:25 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.64.0
Changes: https://github.com/tqdm/tqdm/releases |
4.63.1 30 Mar 2022 22:21:15 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.63.1
Changes: https://github.com/tqdm/tqdm/releases |
4.63.0 25 Mar 2022 13:37:06 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.63.0
Changes: https://github.com/tqdm/tqdm/releases |
4.62.3 25 Oct 2021 15:57:33 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Cosmetic change |
4.62.3 14 Oct 2021 10:09:47 |
Stefan Eßer (se) |
misc/py-tqdm: Add CPE information
Approved by: portmgr (blanket) |
4.62.3 27 Sep 2021 15:56:00 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.62.3
Changes: https://github.com/tqdm/tqdm/releases |
4.62.2 21 Sep 2021 03:44:49 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.62.2
Changes: https://github.com/tqdm/tqdm/releases |
4.62.0 08 Aug 2021 14:54:09 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.62.0
Changes: https://github.com/tqdm/tqdm/releases |
4.61.2 14 Jul 2021 16:10:00 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.61.2
Changes: https://github.com/tqdm/tqdm/releases |
4.61.1 20 Jun 2021 11:37:35 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.61.1
Changes: https://github.com/tqdm/tqdm/releases |
4.61.0 26 May 2021 18:59:53 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.61.0
Changes: https://github.com/tqdm/tqdm/releases |
4.60.0 29 Apr 2021 14:24:00 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Add CATEGORIES=python |
4.60.0 25 Apr 2021 20:35:33 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.60.0
Changes: https://github.com/tqdm/tqdm/releases |
4.59.0 23 Apr 2021 18:25:00 |
Antoine Brodin (antoine) |
misc/py-tqdm: py27 flavor is no longer needed |
4.59.0 18 Apr 2021 05:43:55 |
Po-Chuan Hsieh (sunpoet) |
misc/py-tqdm: Update to 4.59.0
Changes: https://github.com/tqdm/tqdm/releases |
4.58.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.58.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.58.0 07 Mar 2021 22:21:35 |
sunpoet |
Update to 4.58.0
Changes: https://github.com/tqdm/tqdm/releases |
4.56.2 03 Mar 2021 18:12:27 |
sunpoet |
Update to 4.56.2
Changes: https://github.com/tqdm/tqdm/releases |
4.56.1 17 Feb 2021 18:08:50 |
sunpoet |
Update to 4.56.1
Changes: https://github.com/tqdm/tqdm/releases |
4.56.0 04 Feb 2021 14:35:00 |
mat |
Those ports are allowed to build a 2.7 flavor, for now. |
4.56.0 26 Jan 2021 17:36:43 |
sunpoet |
Update to 4.56.0
Changes: https://github.com/tqdm/tqdm/releases |
4.55.2 10 Jan 2021 23:14:03 |
sunpoet |
Update to 4.55.2
Changes: https://github.com/tqdm/tqdm/releases |
4.55.1 10 Jan 2021 08:21:48 |
sunpoet |
Add TELEGRAM option |
4.55.1 06 Jan 2021 20:32:19 |
sunpoet |
Update to 4.55.1
Changes: https://github.com/tqdm/tqdm/releases |
4.55.0 03 Jan 2021 20:15:55 |
sunpoet |
Update to 4.55.0
Changes: https://github.com/tqdm/tqdm/releases |
4.54.1 13 Dec 2020 14:43:18 |
sunpoet |
Update to 4.54.1
Changes: https://github.com/tqdm/tqdm/releases |
4.54.0 10 Dec 2020 21:41:13 |
sunpoet |
Update to 4.54.0
Changes: https://github.com/tqdm/tqdm/releases |
4.53.0 26 Nov 2020 21:17:47 |
sunpoet |
Update to 4.53.0
Changes: https://github.com/tqdm/tqdm/releases |
4.52.0 21 Nov 2020 09:20:34 |
sunpoet |
Update to 4.52.0
Changes: https://github.com/tqdm/tqdm/releases |
4.51.0 08 Nov 2020 17:20:32 |
sunpoet |
Update to 4.51.0
Changes: https://github.com/tqdm/tqdm/releases |
4.50.2 13 Oct 2020 18:42:34 |
sunpoet |
Update to 4.50.2
Changes: https://github.com/tqdm/tqdm/releases |
4.50.1 10 Oct 2020 17:56:31 |
sunpoet |
Update to 4.50.1
Changes: https://github.com/tqdm/tqdm/releases |
4.50.0 29 Sep 2020 18:22:07 |
sunpoet |
Update to 4.50.0
Changes: https://github.com/tqdm/tqdm/releases |
4.49.0 14 Sep 2020 17:46:53 |
sunpoet |
Update to 4.49.0
Changes: https://github.com/tqdm/tqdm/releases |
4.48.2 19 Aug 2020 16:20:54 |
sunpoet |
Update to 4.48.2
Changes: https://github.com/tqdm/tqdm/releases |
4.48.1 15 Aug 2020 16:31:54 |
sunpoet |
Update to 4.48.1
Changes: https://github.com/tqdm/tqdm/releases |
4.48.0 24 Jul 2020 07:13:20 |
sunpoet |
Update to 4.48.0
Changes: https://github.com/tqdm/tqdm/releases |
4.47.0 08 Jul 2020 19:01:41 |
sunpoet |
Update to 4.47.0
Changes: https://github.com/tqdm/tqdm/releases |
4.46.1 14 Jun 2020 14:24:45 |
sunpoet |
Update to 4.46.1
Changes: https://github.com/tqdm/tqdm/releases |
4.46.0 09 May 2020 06:50:57 |
sunpoet |
Take maintainership |
4.46.0 09 May 2020 06:47:33 |
pi |
misc/py-tqdm: reset maintainer, update to 4.46.0
Submitted by: Neel Chauhan <neel@neelc.org> |
4.41.1 10 Jan 2020 19:18:01 |
sunpoet |
Update to 4.41.1
Changes: https://github.com/tqdm/tqdm/releases
PR: 243250
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.41.0 28 Dec 2019 07:43:11 |
sunpoet |
Update to 4.41.0
Changes: https://github.com/tqdm/tqdm/releases
PR: 242901
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.40.1 08 Dec 2019 15:07:17 |
tcberner |
misc/py-tqdm: Update to 4.40.1
PR: 242507
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.40.0 07 Dec 2019 22:29:35 |
tcberner |
misc/py-tqdm: Update to 4.40.0
PR: 242482
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.39.0 27 Nov 2019 19:59:08 |
joneum |
Update to 4.39.0
PR: 242210
Sponsored by: Netzkommune GmbH |
4.38.0 19 Nov 2019 06:25:11 |
pi |
misc/py-tqdm: upgrade 4.37.0 -> 4.38.0
PR: 242063
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Relnotes: https://github.com/tqdm/tqdm/releases |
4.37.0 02 Nov 2019 21:07:19 |
tcberner |
misc/py-tqdm: Update to 4.37.0
PR: 241678
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.36.1 07 Oct 2019 14:52:42 |
swills |
misc/py-tqdm: Update to 4.36.1
PR: 241093
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.35.0 26 Aug 2019 11:50:27 |
sunpoet |
Update to 4.35.0
Changes: https://github.com/tqdm/tqdm/releases
PR: 240112
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.32.2 22 Jun 2019 16:55:30 |
kai |
misc/py-tqdm: Update to 4.32.2
Changelog:
https://github.com/tqdm/tqdm/releases/tag/v4.32.2
PR: 238746
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.32.1 07 Jun 2019 23:05:24 |
sunpoet |
Update to 4.32.1
Changes: https://github.com/tqdm/tqdm/releases
PR: 238395
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.31.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
4.31.1 21 Feb 2019 16:37:48 |
sunpoet |
Update to 4.31.1
Changes: https://github.com/tqdm/tqdm/releases
PR: 235815
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.30.0 27 Jan 2019 16:25:33 |
swills |
misc/py-tqdm: update to 4.30.0
PR: 235247
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.29.1 12 Jan 2019 16:36:17 |
sunpoet |
Update to 4.29.1
- Change MASTER_SITES from GitHub to CHEESESHOP
Changes: https://github.com/tqdm/tqdm/releases
PR: 234898
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.29.0 08 Jan 2019 15:54:07 |
swills |
misc/py-tqdm: update to 4.29.0
PR: 234698
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.28.1 09 Nov 2018 16:49:05 |
swills |
misc/py-tqdm: Update to 4.28.1
PR: 232998
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.27.0 27 Oct 2018 03:09:34 |
swills |
misc/py-tqdm: Update to 4.27.0
PR: 232426
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.26.0 16 Sep 2018 00:08:07 |
sunpoet |
Update to 4.26.0
Changes: https://github.com/tqdm/tqdm/releases
PR: 231367
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.25.0 22 Aug 2018 17:59:48 |
swills |
misc/py-tqdm: Update to 4.25.0
PR: 230817
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.24.0 28 Jul 2018 00:47:37 |
yuri |
misc/py-tqdm: Update 4.23.4 -> 4.24.0
PR: 230083
Submitted by: Neel Chauhan <neel@neelc.org> (mantainer) |
4.23.4 25 May 2018 03:52:27 |
swills |
misc/py-tqdm: Update to 4.23.4
PR: 228475
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.23.2 05 May 2018 17:22:58 |
sunpoet |
Update to 4.23.2
Changes: https://github.com/tqdm/tqdm/releases
PR: 227980
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.23.1 28 Apr 2018 20:11:17 |
sunpoet |
Update to 4.23.1
- While I'm here, add LICENSE_FILE
Changes: https://github.com/tqdm/tqdm/releases
PR: 227817
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.23.0 16 Apr 2018 16:34:50 |
krion |
Update to 4.23.0
PR: 227557
Submitted by: maintainer |
4.22.0 13 Apr 2018 05:22:31 |
yuri |
misc/py-tqdm: Update 4.21.0 -> 4.22.0
PR: 227479
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.21.0 09 Apr 2018 07:20:57 |
yuri |
misc/py-tqdm: Update 4.20.0 -> 4.21.0
PR: 227373
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.20.0 07 Apr 2018 16:35:18 |
sunpoet |
Update to 4.20.0
Changes: https://github.com/tqdm/tqdm/releases
PR: 227348
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.19.6 27 Feb 2018 19:24:06 |
yuri |
misc/py-tqdm: Update to 4.19.6
Port changes:
* Changed to DISTVERSION
* Added USE_PYTHON=concurrent
PR: 226240
Submitted by: Neel Chauhan <neel@neelc.org>
Approved by: tcberner (mentor, implicit) |
4.19.5 22 Jan 2018 18:10:06 |
rm |
misc/py-tqdm: update to 4.19.5
PR: 225367
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.19.4 30 Dec 2017 00:15:35 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
4.19.4 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
4.19.4 28 Nov 2017 21:56:03 |
dbaio |
misc/py-tqdm: Update to 4.19.4
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.19.4
PR: 223941
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.19.2 13 Oct 2017 10:47:24 |
culot |
- Update to 4.19.2
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.19.2
PR: 222906
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.19.1 04 Oct 2017 15:02:26 |
culot |
- Update to 4.19.1
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.19.1
PR: 222773
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.18.0 27 Sep 2017 13:33:39 |
culot |
- Update to 4.18.0
PR: 222640
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.17.0 21 Sep 2017 23:39:19 |
dbaio |
misc/py-tqdm: Update to 4.17.0
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.16.0
https://github.com/tqdm/tqdm/releases/tag/v4.17.0
PR: 222492
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.15.0 01 Sep 2017 02:34:57 |
dbaio |
misc/py-tqdm: Update to 4.15.0
While here, silence portlint warning about order of USES/USE_*.
PR: 221871
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.13.0 28 Jul 2017 01:23:02 |
dbaio |
misc/py-tqdm: Update license
Approved by: portmgr (blanket) |
4.13.0 10 Jun 2017 17:39:31 |
dbaio |
misc/py-tqdm: Update to 4.13.0
While here, adjust license
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.13.0
PR: 219735
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11044 |
4.11.2 17 Mar 2017 07:41:25 |
araujo |
- Create a python3 version of misc/py-tqdm. |
4.11.2 31 Jan 2017 20:05:36 |
olivierd |
Update to 4.11.2
PR: 216612
Submitted by: Neel Chauhan (maintainer) |
4.10.0 17 Nov 2016 22:29:38 |
pi |
misc/py-tqdm: update 4.9.0 -> 4.10.0
PR: 214534
Changes: https://github.com/tqdm/tqdm/releases
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
4.9.0 10 Nov 2016 18:39:19 |
pi |
misc/py-tqdm: update 4.8.4 -> 4.9.0
PR: 214229
Changes: https://github.com/tqdm/tqdm/releases
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |