Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0_1 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
1.2.0 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
1.2.0 23 Jul 2023 00:28:46 |
Danilo G. Baio (dbaio) |
devel/py-azure-multiapi-storage: Update to 1.2.0
Changelog: https://pypi.org/project/azure-multiapi-storage/1.2.0/ |
1.1.0 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
1.1.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> |
1.1.0 20 May 2023 18:30:50 |
Danilo G. Baio (dbaio) |
devel/py-azure-multiapi-storage: Update to 1.1.0
Changelog: https://pypi.org/project/azure-multiapi-storage/1.1.0/ |
1.0.0 26 Mar 2023 08:50:59 |
Danilo G. Baio (dbaio) |
devel/py-azure-multiapi-storage: Update to 1.0.0
Changelog: https://pypi.org/project/azure-multiapi-storage/1.0.0/ |
0.10.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.10.0 10 Sep 2022 17:20:25 |
Danilo G. Baio (dbaio) |
devel/py-azure-multiapi-storage: Update to 0.10.0
Changelog: https://pypi.org/project/azure-multiapi-storage/0.10.0/ |
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) |
0.9.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 ) |
0.9.0 18 Jun 2022 02:28:56 |
Danilo G. Baio (dbaio) |
devel/py-azure-multiapi-storage: Update to 0.9.0
Changelog: https://pypi.org/project/azure-multiapi-storage/0.9.0/ |
0.8.0 09 Apr 2022 15:35:15 |
Danilo G. Baio (dbaio) |
devel/py-azure-multiapi-storage: Update to 0.8.0
Changelog: https://pypi.org/project/azure-multiapi-storage/0.8.0/ |
0.7.0 02 Jan 2022 14:18:54 |
Danilo G. Baio (dbaio) |
devel/py-azure-multiapi-storage: Update to 0.7.0
Changelog: https://pypi.org/project/azure-multiapi-storage/0.7.0/ |
0.6.2 18 Apr 2021 12:21:57 |
Danilo G. Baio (dbaio) |
devel/py-azure-multiapi-storage: Update to 0.6.2
Changelog: https://pypi.org/project/azure-multiapi-storage/0.6.2/ |
0.6.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.0 03 Mar 2021 01:28:49 |
dbaio |
devel/py-azure-multiapi-storage: Update to 0.6.0
Changelog: https://pypi.org/project/azure-multiapi-storage/0.6.0/ |
0.5.2 05 Jan 2021 22:08:22 |
rene |
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+
Bump minimal Python version of security/theonionbox to 3.6+ |
0.5.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.5.2 31 Oct 2020 23:26:18 |
dbaio |
devel/py-azure-multiapi-storage: Update to 0.5.2
Changelog: https://pypi.org/project/azure-multiapi-storage/0.5.2/ |
0.4.1_1 12 Sep 2020 17:54:26 |
dbaio |
devel/py-azure-multiapi-storage: Update to 0.4.1
Changelog: https://pypi.org/project/azure-multiapi-storage/0.4.1/
Reported by: portscout |
0.3.5_1 08 Jul 2020 14:28:49 |
dbaio |
devel/py-azure-multiapi-storage: Fix packaging
Reported by: lwhsu
MFH: 2020Q3 (blanket: runtime fix) |
0.3.5 27 Jun 2020 21:02:11 |
dbaio |
devel/py-azure-multiapi-storage: Update to 0.3.5
Changelog: https://pypi.org/project/azure-multiapi-storage/0.3.5/
Reported by: portscout |
0.3.2 21 May 2020 01:30:47 |
dbaio |
devel/py-azure-multiapi-storage: Update to 0.3.2
Changelog: https://pypi.org/project/azure-multiapi-storage/0.3.2/
Reported by: portscout |
0.3.1 01 May 2020 14:12:45 |
dbaio |
devel/py-azure-multiapi-storage: Update to 0.3.1
Changelog: https://pypi.org/project/azure-multiapi-storage/0.3.1/
Reported by: portscout |
0.2.4 20 Jun 2019 17:18:10 |
dbaio |
devel/py-azure-multiapi-storage: Update to 0.2.4
Changelog: https://pypi.org/project/azure-multiapi-storage/0.2.4/
Reported by: portscout |
0.2.3 22 Mar 2019 01:55:50 |
dbaio |
devel/py-azure-multiapi-storage: Update to 0.2.3
Changelog: https://pypi.org/project/azure-multiapi-storage/0.2.3/
Reported by: portscout |
0.2.2 26 Jan 2019 13:28:29 |
dbaio |
Add py-azure-cli: Microsoft Azure Command-Line Tools
It also adds all azure-cli libraries, modules and commands.
The Azure CLI is a command-line tool providing a great experience for managing
Azure resources. The CLI is designed to make scripting easy, query data,
support long-running operations, and more. Try it today and find out what the
CLI has to offer!
WWW: https://pypi.org/project/azure-cli/
WWW: https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest |