non port: databases/py-sqlalchemy10/Makefile |
SVNWeb
|
Number of commits found XX: 11 |
Mon, 11 Jan 2021
|
[ 19:36 rene ] 
561252 archivers/py-lz4/Makefile
561252 audio/py-speechrecognition/Makefile
561252 databases/py-gdbm/Makefile
561252 databases/py-pickleshare/Makefile
561252 databases/py-sqlalchemy10/Makefile
561252 devel/py-apscheduler/Makefile
561252 devel/py-azure-datalake-store/Makefile
561252 devel/py-castellan1/Makefile
561252 devel/py-cliff2/Makefile
561252 devel/py-cmd208/Makefile
(Only the first 10 of 95 ports in this commit are shown above. )
Remove logic for Python < 3.6 for ports using Python 3.6+
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] 
559531 accessibility/py-atspi/Makefile
559531 archivers/py-brotli/Makefile
559531 archivers/py-brotlipy/Makefile
559531 archivers/py-bz2file/Makefile
559531 archivers/py-libarchive-c/Makefile
559531 archivers/py-lz4/Makefile
559531 archivers/py-lzma/Makefile
559531 archivers/py-lzstring/Makefile
559531 archivers/py-python-lhafile/Makefile
559531 archivers/py-python-lzo/Makefile
(Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Sat, 15 Aug 2020
|
[ 11:16 rene ] 
544929 databases/py-sqlalchemy10/Makefile
544929 databases/py-sqlalchemy11/Makefile
544929 databases/py-sqlalchemy12/Makefile
544929 databases/py-sqlalchemy13/Makefile
544929 databases/py-sqlobject/Makefile
py-sqlobject,py-sqlalchemy*: remove optional expired dependency on SYBASE
|
Fri, 5 Apr 2019
|
[ 06:28 tobik ] 
497938 databases/py-sqlalchemy10/Makefile
databases/py-sqlalchemy10: Drop nop MYSQL option
It never did anything. Prepare for D19553: Options helpers set
after bsd.port.options.mk are ineffective.
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] 
472884 accessibility/speech-dispatcher/Makefile
472884 archivers/py-attic/Makefile
472884 archivers/py-libarchive-c/Makefile
472884 archivers/py-lz4/Makefile
472884 archivers/py-zstandard/Makefile
472884 astro/gpsd/Makefile
472884 astro/py-RO/Makefile
472884 astro/py-aipy/Makefile
472884 astro/py-astLib/Makefile
472884 astro/py-horoscopegenerator/Makefile
(Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Wed, 24 Jan 2018
|
[ 18:45 sunpoet ] 
459861 databases/py-sqlalchemy10/Makefile
Update CONFLICTS_INSTALL
Approved by: portmgr (blanket)
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] 
455210 CHANGES
455210 MOVED
455210 Mk/Uses/gnome.mk
455210 Mk/Uses/pyqt.mk
455210 Mk/Uses/python.mk
455210 UPDATING
455210 accessibility/Makefile
455210 accessibility/accerciser/Makefile
455210 accessibility/caribou/Makefile
455210 accessibility/orca/Makefile
(Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Thu, 24 Aug 2017
|
[ 14:20 sunpoet ] 
448686 databases/py-sqlalchemy10/Makefile
Update RUN_DEPENDS of MSSQL option
- Bump PORTREVISION for dependency change
PR: 221381
Submitted by: David Wahlund <david@dafnet.se>
Approved by: maintainer (timeout, 14 days)
MFH: 2017Q3
|
Tue, 23 Aug 2016
|
[ 16:28 pi ] 
420709 databases/py-sqlalchemy10/Makefile
420709 databases/py-sqlalchemy10/distinfo
databases/py-sqlalchemy10: 1.0.13 -> 1.0.14
PR: 212063
Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.14
Approved by: m.tsatsenko@gmail.com (maintainer)
|
Mon, 18 Jul 2016
|
[ 16:15 jbeich ] 
418711 databases/py-sqlalchemy09/Makefile
418711 databases/py-sqlalchemy10/Makefile
418711 devel/py-apscheduler/Makefile
418711 devel/py-cffi/Makefile
418711 devel/py-pytest-xdist/Makefile
418711 sysutils/py-honcho/Makefile
418711 textproc/py-pyscss/Makefile
Invoke pytest from within desired python version
When testing a port for a non-default python py.test may fail to find
dependencies for default version because they weren't built e.g.,
$ make test PYTHON_VERSION=python3.5 -C devel/py-apscheduler
[...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 319, in
_importconftest
mod = conftestpath.pyimport()
File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 650, in
pyimport
__import__(modname)
File
"/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py", line
8, in <module>
from apscheduler.job import Job
File
"/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/apscheduler/job.py",
line 4, in <module>
import six
ImportError: No module named 'six'
ERROR: could not load
/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py
Approved by: portmgr blanket
|
Sun, 22 May 2016
|
[ 10:52 matthew ] 
415627 MOVED
415627 databases/Makefile
415627 databases/py-alembic/Makefile
415627 databases/py-flask-sqlalchemy/Makefile
415627 databases/py-geoalchemy/Makefile
415627 databases/py-geoalchemy2/Makefile
415627 databases/py-sqlalchemy
415627 databases/py-sqlalchemy-devel
415627 databases/py-sqlalchemy-migrate/Makefile
415627 databases/py-sqlalchemy06/Makefile
(Only the first 10 of 42 ports in this commit are shown above. )
Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
- Deprecate the ports for the 0.6 and 0.7 release branches, as these
have been declared EoL and are no longer supported by upstream.
- Update to the latest available version in each branch.
In detail:
Port Version Maintainer
----------------------------------------------
py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2] (Only the first 15 lines of the commit message are shown above )
|
Number of commits found XX: 11 |
|
Latest Vulnerabilities |
15 vulnerabilities affecting 106 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-03-03 19:40:17
|
|