Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Jun 2022 00:34:49 3.9.1 |
Jan Beich (jbeich)  |
devel/py-apscheduler: convert to USE_PYTHON=pytest |
04 Jun 2022 00:34:17 3.9.1 |
Jan Beich (jbeich)  |
devel/py-apscheduler: drop all pytest workarounds after 2ada39de05b1
______________________________________________
TestProcessJobs.test_nonexistent_executor
_______________________________________________
self = <tests.test_schedulers.TestProcessJobs object at 0x878ac2880>
scheduler = <tests.test_schedulers.DummyScheduler object at 0x895538460>,
jobstore = <MagicMock spec='BaseJobStore' id='36865062272'>
caplog = <_pytest.logging.LogCaptureFixture object at 0x89480f130>
def test_nonexistent_executor(self, scheduler, jobstore, caplog):
"""
Test that an error is logged and the job is removed from its job store
if its executor is
not found.
"""
> caplog.setLevel(logging.ERROR) (Only the first 15 lines of the commit message are shown above ) |
30 Mar 2022 13:43:37 3.9.1 |
Jan Beich (jbeich)  |
devel/py-apscheduler: unbreak with pytest >= 6 after f1d506505d6c
$ make test
[...]
===> py38-apscheduler-3.9.1 depends on package: py38-pytest>=3.3<6 - not found
*** Error code 1
https://github.com/agronholm/apscheduler/commit/4ded0dceb05a |
07 Mar 2022 13:46:27 3.9.1 |
Jan Beich (jbeich)  |
devel/py-apscheduler: update to 3.9.1
Changes: https://github.com/agronholm/apscheduler/compare/3.9.0...3.9.1
Reported by: portscout |
24 Feb 2022 19:43:16 3.9.0 |
Jan Beich (jbeich)  |
devel/py-apscheduler: update to 3.9.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.8.1...v3.9.0
Reported by: Repology, portscout |
24 Oct 2021 23:15:57 3.8.1 |
Jan Beich (jbeich)  |
devel/py-apscheduler: update to 3.8.1
Changes: https://github.com/agronholm/apscheduler/compare/3.8.0...v3.8.1
Reported by: Repology |
24 Sep 2021 17:22:23 3.8.0 |
Jan Beich (jbeich)  |
devel/py-apscheduler: update to 3.8.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.7.0...3.8.0
Reported by: Repology |
07 Apr 2021 15:54:17 3.7.0 |
Jan Beich (jbeich)  |
devel/py-apscheduler: update to 3.7.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.6.3...v3.7.0
Reported by: portscout, Repology |
07 Apr 2021 08:09:01 3.6.3 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 3.6.3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11 Jan 2021 19:36:17
3.6.3 |
rene  |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
05 Jan 2021 22:08:22
3.6.3 |
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+ |
28 Dec 2020 23:02:15
3.6.3 |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
06 Nov 2019 16:42:34
3.6.3 |
jbeich  |
devel/py-apscheduler: update to 3.6.3
Changes: https://github.com/agronholm/apscheduler/compare/v3.6.1...v3.6.3
Reported by: Repology |
20 Jul 2019 11:15:59
3.6.1 |
jbeich  |
devel/py-apscheduler: update to 3.6.1
Changes: https://github.com/agronholm/apscheduler/compare/v3.6.0...v3.6.1
Reported by: portscout |
21 Mar 2019 00:46:41
3.6.0 |
jbeich  |
devel/py-apscheduler: update to 3.6.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.5.3...v3.6.0 |
15 Aug 2018 19:29:57
3.5.3 |
jbeich  |
devel/py-apscheduler: bump pytest version requirment
$ make test
[...]
=============================== warnings summary ===============================
<undetermined location>
pytest-capturelog plugin has been merged into the core, please remove it from
your requirements. |
15 Aug 2018 19:29:08
3.5.3 |
jbeich  |
devel/py-apscheduler: update to 3.5.3
Changes: https://github.com/agronholm/apscheduler/compare/v3.5.1...v3.5.3 |
20 Jun 2018 17:05:44
3.5.1 |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
25 Apr 2018 16:42:38
3.5.1 |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
26 Feb 2018 22:32:23
3.5.1 |
sunpoet  |
Simplify Makefile: use PY_FUTURES
With hat: python |
18 Jan 2018 00:58:23
3.5.1 |
jbeich  |
devel/py-apscheduler: update to 3.5.1
Changes: https://github.com/agronholm/apscheduler/compare/v3.5.0...v3.5.1 |
29 Dec 2017 09:01:54
3.5.0  |
antoine  |
Simplify some USES=python
With hat: portmgr |
24 Dec 2017 13:18:22
3.5.0 |
jbeich  |
devel/py-apscheduler: update to 3.5.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.4.0...v3.5.0 |
30 Nov 2017 15:50:34
3.4.0  |
mat  |
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 ) |
25 Oct 2017 13:51:24
3.4.0 |
jbeich  |
devel/py-apscheduler: update to 3.4.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.3.1...v3.4.0 |
28 Dec 2016 07:51:41
3.3.1 |
jbeich  |
devel/py-apscheduler: update to 3.3.1
Changes: https://github.com/agronholm/apscheduler/compare/v3.3.0...3.3.1 |
12 Dec 2016 14:54:58
3.3.0 |
jbeich  |
devel/py-apscheduler: update to 3.3.0
- Assume maintainership
Changes: https://github.com/agronholm/apscheduler/compare/v3.2.0...v3.3.0
PR: 215187
Approved by: wg (previous maintainer) |
18 Jul 2016 16:15:01
3.2.0_1 |
jbeich  |
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 |
18 Jul 2016 16:14:45
3.2.0_1 |
jbeich  |
devel/py-apscheduler: fix python package version after r418353
>>> import apscheduler
>>> apscheduler.__version__
'0.0.0'
PR: 210980
Submitted by: Andrej Ebert <andrej@ebert.su> |
11 Jul 2016 04:29:28
3.2.0 |
jbeich  |
devel/py-apscheduler: update to 3.2.0
- Convert to the testing framework
Changes: https://github.com/agronholm/apscheduler/compare/v3.0.4...v3.2.0
PR: 210980
Submitted by: Andrej Ebert <andrej@ebert.su> (based on) |
01 Apr 2016 14:00:57
3.0.4 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
10 Nov 2015 15:54:52
3.0.4 |
wg  |
devel/py-apscheduler: update to 3.0.4 |
04 Sep 2015 17:13:26
3.0.3 |
jbeich  |
devel/py-apscheduler: add new port
Advanced Python Scheduler (APScheduler) is a Python library that lets
you schedule your Python code to be executed later, either just once
or periodically. You can add new jobs or remove old ones on the fly as
you please. If you store your jobs in a database, they will also
survive scheduler restarts and maintain their state. When the
scheduler is restarted, it will then run all the jobs it should have
run while it was offline.
https://pypi.python.org/pypi/APScheduler
Approved by: wg (maintainer)
Differential Revision: https://reviews.freebsd.org/D3566 |