Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.19_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
0.7.19 06 Sep 2024 00:09:24
    |
Vladimir Druzenko (vvd)  Author: Goran Mekić |
databases/py-pony: Update 0.7.17 → 0.7.19
Replace PORTVERSION with DISTVERSION.
Changelogs:
PonyORM release 0.7.19 (2024-08-27)
Bugfixes
Add missed Python 3.12 classifier
PonyORM release 0.7.18 (2024-08-26)
Features
Add Python 3.12 support
Bugfixes
Fix #704 JSON handling in SQLite >= 3.45
https://github.com/ponyorm/pony/releases/tag/v0.7.18
https://github.com/ponyorm/pony/releases/tag/v0.7.19
PR: 281287 |
0.7.17 06 Oct 2023 11:47:31
    |
Joel Bodenmann (jbo)  Author: Goran Mekić |
databases/py-pony: Update to 0.7.17
Changelog: https://github.com/ponyorm/pony/releases/tag/v0.7.17
PR: 274302
Approved by: zirias (mentor)
Differential Revision: https://reviews.freebsd.org/D42103 |
0.7.16 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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.7.16 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.7.16 05 Feb 2022 07:59:33
    |
Li-Wen Hsu (lwhsu)  Author: Goran Mekić |
databases/py-pony: Update to 0.7.16
PR: 261592 |
0.7.14 01 Nov 2021 13:59:05
    |
Dmitry Marakasov (amdmi3)  |
databases/py-pony: limit supported python versions
Sorry, but pony 0.7.14 requires Python of one of the following versions: 2.7,
3.3-3.9. You have version 3.10.0
Approved by: portmgr blanket |
0.7.14 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.7.14 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.7.14 07 Jan 2021 01:13:18
  |
wen  |
- Update to 0.7.14
PR: 252450
Submitted by: meka@tilda.center(maintainer) |
0.7.13 12 Mar 2020 18:35:39
  |
tcberner  |
databases/py-pony: Update to 0.7.13
PR: 244736
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
0.7.12 09 Mar 2020 13:22:02
  |
robak  |
databases/py-pony: Update 0.7.11 -> 0.7.12
PR: 243923
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
Reviewed by: robak |
0.7.11 24 Dec 2019 05:56:58
  |
woodsb02  |
Add new port databases/py-pony
Using Pony object-relational mapper you can concentrate on writing business
logic of your application and use Python syntax for interacting with the
database. Pony translates such queries into SQL and executes them in the
database in the most efficient way.
WWW: https://ponyorm.org/
PR: 242767
Submitted by: Goran Mekic <meka@tilda.center> |