<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/py-flask-sqlalchemy, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2024-03-09T14:05:42Z</updated>
<entry>
<title>databases/py-flask-sqlalchemy: Convert to USE_PYTHON=pytest</title>
<updated>2024-03-09T14:05:42Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2024-03-09T13:47:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5842b8bd5a5a935680170fd6c890c610ec202bf1'/>
<id>urn:sha1:5842b8bd5a5a935680170fd6c890c610ec202bf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>databases/py-flask-sqlalchemy: Update to 3.1.1</title>
<updated>2024-02-21T15:07:07Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2024-02-21T14:31:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a9df5e67dc3588504fa5694645d2a9cd47d5ed9c'/>
<id>urn:sha1:a9df5e67dc3588504fa5694645d2a9cd47d5ed9c</id>
<content type='text'>
- Add GitHub to MASTER_SITES
- Update WWW

Changes:	https://github.com/pallets-eco/flask-sqlalchemy/releases
		https://flask-sqlalchemy.palletsprojects.com/en/3.1.x/changes/
</content>
</entry>
<entry>
<title>databases/py-flask-sqlalchemy: Chase flask update</title>
<updated>2023-11-30T13:21:18Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2023-11-30T12:47:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=872338be3ad90cccb0f1bc98c584f5712620eb3f'/>
<id>urn:sha1:872338be3ad90cccb0f1bc98c584f5712620eb3f</id>
<content type='text'>
Approved by:	portmgr(blanket, build fix)
</content>
</entry>
<entry>
<title>all: remove explicit versions in USES=python for "3.x+"</title>
<updated>2023-06-27T19:34:34Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2023-06-14T22:00:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3d9a815d9c5acbb71f4bb07738bdeab4879feacb'/>
<id>urn:sha1:3d9a815d9c5acbb71f4bb07738bdeab4879feacb</id>
<content type='text'>
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:	&lt;https://reviews.freebsd.org/D40568&gt;
</content>
</entry>
<entry>
<title>databases/py-flask-sqlalchemy: Convert to USE_PYTHON=pep517</title>
<updated>2023-06-05T18:47:00Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2023-06-05T18:38:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf8c23820aa2920ccf8a2d0a83d44e4590e80544'/>
<id>urn:sha1:cf8c23820aa2920ccf8a2d0a83d44e4590e80544</id>
<content type='text'>
- Bump PORTREVISION for dependency and package change
</content>
</entry>
<entry>
<title>databases/py-flask-sqlalchemy: Update to 3.0.3</title>
<updated>2023-03-21T19:20:26Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2023-03-21T18:42:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c91f8a72a0dd440b83724b2b2246285776ac28cf'/>
<id>urn:sha1:c91f8a72a0dd440b83724b2b2246285776ac28cf</id>
<content type='text'>
Changes:	https://github.com/pallets-eco/flask-sqlalchemy/releases
		https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst
</content>
</entry>
<entry>
<title>*/*: rename CHEESESHOP to PYPI in MASTER_SITES</title>
<updated>2023-01-11T15:58:34Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2023-01-11T15:47:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=77d68471aded6907dbbcb5ef50d557e4c69db656'/>
<id>urn:sha1:77d68471aded6907dbbcb5ef50d557e4c69db656</id>
<content type='text'>
PR:			267994
Differential revision:	D37518
Approved by:		bapt
</content>
</entry>
<entry>
<title>databases/py-flask-sqlalchemy: Update to 3.0.2</title>
<updated>2022-12-30T09:04:26Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2022-12-30T08:41:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dd77adf5b7cbb7ce5a0fd01db8a69be1512e848a'/>
<id>urn:sha1:dd77adf5b7cbb7ce5a0fd01db8a69be1512e848a</id>
<content type='text'>
Changes:	https://github.com/pallets-eco/flask-sqlalchemy/releases
		https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst
</content>
</entry>
<entry>
<title>databases/py-flask-sqlalchemy: Update to 3.0.1</title>
<updated>2022-11-19T08:11:50Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2022-11-19T08:11:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9e9f34b455cc09cfc477fe1a5b52713a3cd9c0a7'/>
<id>urn:sha1:9e9f34b455cc09cfc477fe1a5b52713a3cd9c0a7</id>
<content type='text'>
Changes:	https://github.com/pallets-eco/flask-sqlalchemy/releases
		https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst
</content>
</entry>
<entry>
<title>databases/py-flask-sqlalchemy: Update to 3.0.0</title>
<updated>2022-10-09T15:37:53Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2022-10-09T15:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7c4509b54033bb39dcd3dc63c216c113a9de966b'/>
<id>urn:sha1:7c4509b54033bb39dcd3dc63c216c113a9de966b</id>
<content type='text'>
- Update WWW

Changes:	https://github.com/pallets-eco/flask-sqlalchemy/releases
		https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst
</content>
</entry>
</feed>
