notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/py-flexget/Makefile

Number of commits found: 227 (showing only 100 on this page)

1 | 2 | 3  »  

Friday, 23 Oct 2020
21:15 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.80

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.72...v3.1.80
Original commitRevision:553144 
Thursday, 8 Oct 2020
00:59 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.72

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.71...v3.1.72
Original commitRevision:551687 
Thursday, 10 Sep 2020
00:51 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.71

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.70...v3.1.71
Original commitRevision:548175 
Saturday, 29 Aug 2020
00:38 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.70

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.67...v3.1.70
Original commitRevision:546856 
Tuesday, 18 Aug 2020
00:53 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.67

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.65...v3.1.67
Reported by:	Repology
Original commitRevision:545207 
Saturday, 20 Jun 2020
00:53 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.65

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.64...v3.1.65
Original commitRevision:539681 
Wednesday, 17 Jun 2020
12:36 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.64

- Switch from flask-restplus to flask-restx, removing the former

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.59...v3.1.64
PR:		244294
Original commitRevision:539422 
Saturday, 30 May 2020
00:06 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.59

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.56...v3.1.59
Original commitRevision:537008 
Saturday, 23 May 2020
06:22 jbeich search for other commits by this committer
www/py-flexget: update to 3.1.56

Changes:	https://github.com/Flexget/Flexget/compare/2.21.35...v3.1.56
Original commitRevision:536267 
Wednesday, 20 May 2020
02:17 jbeich search for other commits by this committer
www/py-flexget: chase r535770 by dropping workaround

===>   py37-flexget-2.21.35,1 depends on package: py37-guessit<3.0.0 - not found
*** Error code 1

$ flexget execute
Traceback (most recent call last):
  File "/usr/local/bin/flexget", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
3251, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
585, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
598, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'guessit<3.0.0' distribution was not
found and is required by FlexGet

PR:		246543
Original commitRevision:535963 
Tuesday, 12 Nov 2019
00:58 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.35

Changes:	https://github.com/Flexget/Flexget/compare/2.21.31...2.21.35
Original commitRevision:517293 
Sunday, 27 Oct 2019
00:51 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.31

Changes:	https://github.com/Flexget/Flexget/compare/2.21.29...2.21.31
MFH:		2019Q4 (bug fixes)
Original commitRevision:515741 
Thursday, 24 Oct 2019
00:48 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.29

Changes:	https://github.com/Flexget/Flexget/compare/2.21.25...2.21.29
MFH:		2019Q4 (bug fixes)
Original commitRevision:515314 
Saturday, 12 Oct 2019
00:25 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.25

Changes:	https://github.com/Flexget/Flexget/compare/2.21.22...2.21.25
Original commitRevision:514306 
Monday, 7 Oct 2019
13:14 jbeich search for other commits by this committer
devel/py-path.py: update to 11.5.2

- Connect tests to the framework
- Define LICENSE_FILE as MIT has many styles
- Skip later versions due to lack of Python 2 support
- Take maintainership

Changes:	https://github.com/jaraco/path.py/compare/8.1.2...11.5.2
PR:		241112
Approved by:	wg (maintainer)
MFH:		2019Q4 (www/py-flexget stability fix)
Original commitRevision:513945 
Tuesday, 1 Oct 2019
00:52 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.22

Changes:	https://github.com/Flexget/Flexget/compare/2.21.21...2.21.22
Original commitRevision:513444 
Saturday, 28 Sep 2019
00:58 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.21

Changes:	https://github.com/Flexget/Flexget/compare/2.21.14...2.21.21
Original commitRevision:513095 
Sunday, 14 Jul 2019
00:49 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.14

Changes:	https://github.com/Flexget/Flexget/compare/2.21.10...2.21.14
MFH:		2019Q3 (mostly bug fixes)
Original commitRevision:506585 
Wednesday, 19 Jun 2019
08:00 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.10

Changes:	https://github.com/Flexget/Flexget/compare/2.21.8...2.21.10
Reported by:	portscout
Original commitRevision:504519 
Saturday, 15 Jun 2019
00:52 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.8

Changes:	https://github.com/Flexget/Flexget/compare/2.21.7...2.21.8
Original commitRevision:504219 
Saturday, 8 Jun 2019
00:50 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.7

Changes:	https://github.com/Flexget/Flexget/compare/2.21.5...2.21.7
Original commitRevision:503685 
Thursday, 6 Jun 2019
00:37 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.5

Changes:	https://github.com/Flexget/Flexget/compare/2.21.3...2.21.5
Original commitRevision:503539 
Monday, 3 Jun 2019
18:45 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.3

Changes:	https://github.com/Flexget/Flexget/compare/2.21.1...2.21.3
Reported by:	portscout
Original commitRevision:503413 
Monday, 27 May 2019
19:40 jbeich search for other commits by this committer
www/py-flexget: update to 2.21.1

Changes:	https://github.com/Flexget/Flexget/compare/2.14.24...2.21.1
Original commitRevision:502817 
Monday, 1 Oct 2018
18:45 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.24

Changes:	https://github.com/Flexget/Flexget/compare/2.14.22...2.14.24
MFH:		2018Q4 (regression fix)
Original commitRevision:481051 
Saturday, 29 Sep 2018
20:46 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.22

Changes:	https://github.com/Flexget/Flexget/compare/2.14.21...2.14.22
Original commitRevision:480925 
Thursday, 13 Sep 2018
00:54 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.21

Changes:	https://github.com/Flexget/Flexget/compare/2.14.20...2.14.21
Original commitRevision:479659 
Tuesday, 11 Sep 2018
00:34 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.20

Changes:	https://github.com/Flexget/Flexget/compare/2.14.19...2.14.20
MFH:		2018Q3 (bugfixes)
Original commitRevision:479494 
Tuesday, 28 Aug 2018
00:56 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.19

Changes:	https://github.com/Flexget/Flexget/compare/2.14.17...2.14.19
Original commitRevision:478275 
Wednesday, 22 Aug 2018
19:46 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.17

Changes:	https://github.com/Flexget/Flexget/compare/2.14.15...2.14.17
Original commitRevision:477817 
Wednesday, 15 Aug 2018
19:30 jbeich search for other commits by this committer
www/py-flexget: 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.
Original commitRevision:477260 
19:29 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.15

Changes:	https://github.com/Flexget/Flexget/compare/2.14.14...2.14.15
Original commitRevision:477258 
Friday, 3 Aug 2018
22:42 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.14

Changes:	https://github.com/Flexget/Flexget/compare/2.14.12...2.14.14
MFH:		2018Q3 (bugfixes)
Original commitRevision:476325 
Wednesday, 1 Aug 2018
22:24 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.12

Changes:	https://github.com/Flexget/Flexget/compare/2.14.10...2.14.12
Original commitRevision:476205 
Monday, 30 Jul 2018
22:43 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.10

Changes:	https://github.com/Flexget/Flexget/compare/2.14.9...2.14.10
MFH:		2018Q3 (mostly bug fixes, see also previous 2.4.* updates)
Original commitRevision:475921 
Tuesday, 24 Jul 2018
00:25 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.9

Changes:	https://github.com/Flexget/Flexget/compare/2.14.7...2.14.9
Original commitRevision:475212 
Wednesday, 18 Jul 2018
23:13 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.7

Changes:	https://github.com/Flexget/Flexget/compare/2.14.6...2.14.7
Original commitRevision:474915 
Tuesday, 17 Jul 2018
00:29 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.6

Changes:	https://github.com/Flexget/Flexget/compare/2.14.3...2.14.6
Original commitRevision:474766 
Wednesday, 11 Jul 2018
22:14 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.3

Changes:	https://github.com/Flexget/Flexget/compare/2.14.2...2.14.3
MFH:		2018Q3 (bugfix)
Original commitRevision:474481 
Tuesday, 3 Jul 2018
00:21 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.2

Changes:	https://github.com/Flexget/Flexget/compare/2.14.1...2.14.2
MFH:		2018Q3 (regression fixes)
Original commitRevision:473779 
Friday, 29 Jun 2018
22:03 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.1

Changes:	https://github.com/Flexget/Flexget/compare/2.14.0...2.14.1
Original commitRevision:473590 
Tuesday, 26 Jun 2018
00:55 jbeich search for other commits by this committer
www/py-flexget: update to 2.14.0

Changes:	https://github.com/Flexget/Flexget/compare/2.13.24...2.14.0
Original commitRevision:473362 
Saturday, 23 Jun 2018
00:37 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.24

Changes:	https://github.com/Flexget/Flexget/compare/2.13.22...2.13.24
Original commitRevision:473110 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Monday, 18 Jun 2018
14:37 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.22

Changes:	https://github.com/Flexget/Flexget/compare/2.13.21...2.13.22
Original commitRevision:472698 
Wednesday, 30 May 2018
19:22 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.21

Changes:	https://github.com/Flexget/Flexget/compare/2.13.20...2.13.21
Original commitRevision:471153 
Monday, 28 May 2018
20:01 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.20

Changes:	https://github.com/Flexget/Flexget/compare/2.13.18...2.13.20
Original commitRevision:471065 
Thursday, 17 May 2018
00:17 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.18

Changes:	https://github.com/Flexget/Flexget/compare/2.13.17...2.13.18
Original commitRevision:470182 
Monday, 14 May 2018
12:08 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.17

Changes:	https://github.com/Flexget/Flexget/compare/2.13.16...2.13.17
Original commitRevision:469878 
Friday, 11 May 2018
22:07 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.16

Changes:	https://github.com/Flexget/Flexget/compare/2.13.15...2.13.16
Original commitRevision:469699 
Thursday, 10 May 2018
00:30 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.15

Changes:	https://github.com/Flexget/Flexget/compare/2.13.11...2.13.15
Original commitRevision:469495 
Friday, 13 Apr 2018
20:57 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.11

Changes:	https://github.com/Flexget/Flexget/compare/2.13.9...2.13.11
Original commitRevision:467270 
20:56 jbeich search for other commits by this committer
security/py-zxcvbn-python: update to 4.4.25 and rename

Changes:	https://github.com/dwolfhub/zxcvbn-python/compare/v4.4.23...v4.4.25
Original commitRevision:467269 
Thursday, 12 Apr 2018
00:20 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.9

- Chase upstream by switching to SQLAlchemy 1.2.6

Changes:	https://github.com/Flexget/Flexget/compare/2.13.7...2.13.9
Original commitRevision:467120 
Tuesday, 10 Apr 2018
00:11 jbeich search for other commits by this committer
www/py-flexget: update to 2.13.7

Changes:	https://github.com/Flexget/Flexget/compare/2.13.5...2.13.7
Original commitRevision:466915 
Thursday, 15 Mar 2018
00:34 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.15

Changes:	https://github.com/Flexget/Flexget/compare/2.13.3...2.13.5
Original commitRevision:464545 
Friday, 9 Mar 2018
20:09 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.13

Changes:	https://github.com/Flexget/Flexget/compare/2.13.2...2.13.3
Original commitRevision:463999 
Thursday, 8 Mar 2018
00:08 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.12

Changes:	https://github.com/Flexget/Flexget/compare/2.13.0...2.13.2
Original commitRevision:463845 
Saturday, 3 Mar 2018
00:53 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.10

Changes:	https://github.com/Flexget/Flexget/compare/2.12.10...2.13.0
Original commitRevision:463457 
Saturday, 24 Feb 2018
00:50 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.10

Changes:	https://github.com/Flexget/Flexget/compare/2.12.9...2.12.10
Original commitRevision:462759 
Tuesday, 20 Feb 2018
00:09 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.9

Changes:	https://github.com/Flexget/Flexget/compare/2.12.8...2.12.9
Original commitRevision:462358 
Saturday, 17 Feb 2018
00:28 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.8

Changes:	https://github.com/Flexget/Flexget/compare/2.12.6...2.12.8
Original commitRevision:462077 
Saturday, 10 Feb 2018
00:42 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.6

Changes:	https://github.com/Flexget/Flexget/compare/2.12.5...2.12.6
Original commitRevision:461354 
Thursday, 8 Feb 2018
00:58 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.5

Changes:	https://github.com/Flexget/Flexget/compare/2.12.2...2.12.5
Original commitRevision:461192 
Saturday, 3 Feb 2018
00:44 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.2

Changes:	https://github.com/Flexget/Flexget/compare/2.12.1...2.12.2
Original commitRevision:460764 
Wednesday, 31 Jan 2018
21:37 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.1

Changes:	https://github.com/Flexget/Flexget/compare/2.12.0...2.12.1
Original commitRevision:460538 
Friday, 26 Jan 2018
10:55 jbeich search for other commits by this committer
www/py-flexget: update to 2.12.0

Changes:	https://github.com/Flexget/Flexget/compare/2.11.22...2.12.0
Original commitRevision:459986 
Thursday, 11 Jan 2018
00:53 jbeich search for other commits by this committer
www/py-flexget: update to 2.11.22

Changes:	https://github.com/Flexget/Flexget/compare/2.11.21...2.11.22
Original commitRevision:458704 
Tuesday, 9 Jan 2018
00:56 jbeich search for other commits by this committer
www/py-flexget: update to 2.11.21

Changes:	https://github.com/Flexget/Flexget/compare/2.11.20...2.11.21
Original commitRevision:458501 
Saturday, 6 Jan 2018
00:49 jbeich search for other commits by this committer
www/py-flexget: update to 2.11.20

Changes:	https://github.com/Flexget/Flexget/compare/2.11.18...2.11.20
Original commitRevision:458184 
Monday, 1 Jan 2018
13:06 jbeich search for other commits by this committer
www/py-flexget: update to 2.11.18

Changes:	https://github.com/Flexget/Flexget/compare/2.11.16...2.11.18
Original commitRevision:457771 
Saturday, 30 Dec 2017
00:08 jbeich search for other commits by this committer
www/py-flexget: update to 2.11.16

Changes:	https://github.com/Flexget/Flexget/compare/2.11.15...2.11.16
Original commitRevision:457556 
Friday, 29 Dec 2017
09:01 antoine search for other commits by this committer
Simplify some USES=python

With hat:	portmgr
Original commitRevision:457499 
Wednesday, 27 Dec 2017
22:40 jbeich search for other commits by this committer
www/py-flexget: update to 2.11.15

Changes:	https://github.com/Flexget/Flexget/compare/2.11.14...2.11.15
Original commitRevision:457428 
Wednesday, 20 Dec 2017
23:14 jbeich search for other commits by this committer
www/py-flexget: update to 2.11.14

Changes:	https://github.com/Flexget/Flexget/compare/2.11.8...2.11.14
Original commitRevision:456868 
Friday, 8 Dec 2017
22:29 jbeich search for other commits by this committer
www/py-flexget: update to 2.11.8

Changes:	https://github.com/Flexget/Flexget/compare/2.11.6...2.11.8
Original commitRevision:455810 
Tuesday, 5 Dec 2017
00:54 jbeich search for other commits by this committer
www/py-flexget: update to 2.11.6

Changes:	https://github.com/Flexget/Flexget/compare/2.10.104...2.11.6
Original commitRevision:455559 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Wednesday, 25 Oct 2017
10:02 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.104

Changes:	https://github.com/Flexget/Flexget/compare/2.10.102...2.10.104
Original commitRevision:452838 
Sunday, 22 Oct 2017
16:25 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.102

Changes:	https://github.com/Flexget/Flexget/compare/2.10.100...2.10.102
Original commitRevision:452671 
Thursday, 19 Oct 2017
09:26 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.100

Changes:	https://github.com/Flexget/Flexget/compare/2.10.99...2.10.100
Original commitRevision:452409 
Tuesday, 17 Oct 2017
17:19 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.99

Changes:	https://github.com/Flexget/Flexget/compare/2.10.95...2.10.99
MFH:		2017Q4 (bugfixes)
Original commitRevision:452284 
Thursday, 28 Sep 2017
00:54 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.95

Changes:	https://github.com/Flexget/Flexget/compare/2.10.93...2.10.95
Original commitRevision:450796 
Wednesday, 20 Sep 2017
21:03 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.93

Changes:	https://github.com/Flexget/Flexget/compare/2.10.88...2.10.93
Original commitRevision:450233 
Monday, 11 Sep 2017
10:45 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.88

Changes:	https://github.com/Flexget/Flexget/compare/2.10.87...2.10.88
Original commitRevision:449624 
Saturday, 9 Sep 2017
07:14 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.87

Changes:	https://github.com/Flexget/Flexget/compare/2.10.83...2.10.87
Original commitRevision:449477 
Sunday, 3 Sep 2017
00:42 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.83

Changes:	https://github.com/Flexget/Flexget/compare/2.10.81...2.10.83
Original commitRevision:449167 
Friday, 18 Aug 2017
10:40 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.81

Changes:	https://github.com/Flexget/Flexget/compare/2.10.75...2.10.81
Original commitRevision:448216 
Monday, 7 Aug 2017
18:23 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.75

Changes:	https://github.com/Flexget/Flexget/compare/2.10.70...2.10.75
Original commitRevision:447502 
Thursday, 20 Jul 2017
09:14 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.70

Changes:	https://github.com/Flexget/Flexget/compare/2.10.66...2.10.70
MFH:		2017Q3 (contains minor JSON API change)
Original commitRevision:446251 
Wednesday, 28 Jun 2017
09:58 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.66

Changes:	https://github.com/Flexget/Flexget/compare/2.10.63...2.10.66
Original commitRevision:444562 
Wednesday, 21 Jun 2017
09:24 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.63

Changes:	https://github.com/Flexget/Flexget/compare/2.10.62...2.10.63
Original commitRevision:444021 
Tuesday, 20 Jun 2017
15:05 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.62

Changes:	https://github.com/Flexget/Flexget/compare/2.10.60...2.10.62
Original commitRevision:443984 
Wednesday, 14 Jun 2017
05:40 antoine search for other commits by this committer
Remove www/py-vcrpy, duplicate of devel/py-vcrpy
Original commitRevision:443553 
Tuesday, 13 Jun 2017
19:53 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.60

- Hook tests: 3 failed, 1184 passed, 35 skipped, 4 xfailed, 1 xpassed, 5
warnings

Changes:	https://github.com/Flexget/Flexget/compare/2.10.43...2.10.60
Original commitRevision:443531 
Tuesday, 9 May 2017
21:28 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.43

Changes:	https://github.com/Flexget/Flexget/compare/2.10.40...2.10.43
MFH:		2017Q2
Original commitRevision:440517 
Saturday, 29 Apr 2017
06:03 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.40

Changes:	https://github.com/Flexget/Flexget/compare/2.10.35...2.10.40
MFH:		2017Q2
Original commitRevision:439719 
Saturday, 22 Apr 2017
09:53 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.35

Changes:	https://github.com/Flexget/Flexget/compare/2.10.30...2.10.35
MFH:		2017Q2
Original commitRevision:439145 
Tuesday, 11 Apr 2017
09:40 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.30

Changes:	https://github.com/Flexget/Flexget/compare/2.10.25...2.10.30
MFH:		2017Q2
Original commitRevision:438255 
Sunday, 2 Apr 2017
09:51 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.25

Changes:	https://github.com/Flexget/Flexget/compare/2.10.22...2.10.25
MFH:		2017Q2
Original commitRevision:437541 

Number of commits found: 227 (showing only 100 on this page)

1 | 2 | 3  »