Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.20.1_1 14 Oct 2024 00:30:17
    |
Vladimir Druzenko (vvd)  Author: Goran Mekić |
databases/py-ormar: Use USE_PYTHON=cryptography instead of direct dependency
PR: 282065 |
0.20.1 04 Aug 2024 17:14:31
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-ormar: Fix incorrect py-poetry* usage
Approved by: portmgr (blanket)
With hat: python |
0.20.1 19 Jul 2024 17:57:53
    |
Vladimir Druzenko (vvd)  Author: Goran Mekić |
databases/py-ormar: update 0.20.0 → 0.20.1
Changelog:
https://github.com/collerek/ormar/releases/tag/0.20.1
PR: 280372 |
0.20.0 04 Apr 2024 09:49:32
    |
Nuno Teixeira (eduardo)  Author: Goran Mekić |
databases/py-ormar: Update to 0.20.0
ChangeLog: https://github.com/collerek/ormar/releases/tag/0.20.0
PR: 278070 |
0.12.2 01 Jan 2024 08:59:06
    |
Antoine Brodin (antoine)  |
devel/py-pydantic: bump PORTEPOCH |
0.12.2 04 Oct 2023 20:01:39
    |
Robert Clausecker (fuz)  Author: Goran Mekić |
databases/py-ormar: Update to 0.12.2
Changelog: https://github.com/collerek/ormar/releases/tag/0.12.2
PR: 273016 |
0.12.1 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 |
0.12.1 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 |
0.12.1 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> |
0.12.1 13 Feb 2023 17:20:04
    |
Neel Chauhan (nc)  Author: Goran Mekić |
databases/py-ormar: Update to 0.12.1
Changelog: https://github.com/collerek/ormar/releases/tag/0.12.1
PR: 269507 |
0.12.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.12.0 07 Nov 2022 18:02:13
    |
Guangyuan Yang (ygy)  Author: Goran Mekić |
databases/py-ormar: Update to 0.12.0
Changelog: https://github.com/collerek/ormar/releases/tag/0.12.0
PR: 267602 |
0.11.3_1 21 Sep 2022 16:59:42
    |
Nuno Teixeira (eduardo)  Author: Goran Mekić |
databases/py-ormar: Bump pydantic version in RUN_DEPENDS
- Fix fallout by bumping pydantic version in RUN_DEPENDS
- Bump PORTREVISION
PR: 266533 |
0.11.3 12 Sep 2022 16:36:03
    |
Neel Chauhan (nc)  Author: Goran Mekić |
databases/py-ormar: Update to 0.11.3
Changelog: https://github.com/collerek/ormar/releases/tag/0.11.3
PR: 266376 |
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.11.2 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.11.2 05 Jul 2022 09:04:42
    |
Nuno Teixeira (eduardo)  Author: Goran Mekić |
databases/py-ormar: Update to 0.11.2
ChangeLog: https://github.com/collerek/ormar/releases/tag/0.11.2
PR: 265013 |
0.11.1 12 Jun 2022 00:44:33
    |
Nuno Teixeira (eduardo)  Author: Goran Mekić |
databases/py-ormar: Update to 0.11.1
ChangeLog: https://github.com/collerek/ormar/releases/tag/0.11.1
PR: 264608 |
0.11.0_1 07 Jun 2022 23:04:04
    |
Nuno Teixeira (eduardo)  Author: Goran Mekić |
databases/py-ormar: Adjust dependencie
- adjust dependencie to latest databases/py-databases version
PR: 264516 |
0.11.0 26 Apr 2022 18:31:31
    |
Neel Chauhan (nc)  Author: Goran Mekić |
databases/py-ormar: Update to 0.11.0
Changes: https://github.com/collerek/ormar/releases/tag/0.11.0
PR: 263554 |
0.10.25 05 Mar 2022 04:58:16
    |
Guangyuan Yang (ygy)  Author: Goran Mekić |
databases/py-ormar: Update to 0.10.25
Changelog: https://github.com/collerek/ormar/releases/tag/0.10.25
PR: 262313 |
0.10.24 29 Jan 2022 06:31:24
    |
Hiroki Tagato (tagattie)  Author: Goran Mekić |
databases/py-ormar: update to 0.10.24
While here, loosen version ranges of some dependencies to avoid build
error.
PR: 261190
Reported by: Goran Mekić <meka@tilda.center> (maintainer)
Reviewed by: koobs |
0.10.23 01 Jan 2022 05:08:51
    |
Hiroki Tagato (tagattie)  Author: Goran Mekić |
databases/py-ormar: add port: Simple async ORM with fastapi in mind and pydantic
validation
The ormar package is an async mini ORM for Python, with support for Postgres,
MySQL, and SQLite.
The main benefit of using ormar are:
* getting an async ORM that can be used with async frameworks (fastapi,
starlette etc.)
* getting just one model to maintain - you don't have to maintain pydantic and
other orm model (sqlalchemy, peewee, gino etc.)
The goal was to create a simple ORM that can be used directly (as request and
response models) with fastapi that bases it's data validation on pydantic.
WWW: https://github.com/collerek/ormar
PR: 257370
Reported by: Goran Mekić <meka@tilda.center> (new maintainer)
Reviewed by: koobs |