non port: devel/py-fabric/Makefile |
SVNWeb
|
Number of commits found: 50 |
Thu, 4 May 2023
|
[ 18:54 Muhammad Moinur Rahman (bofh) ] db74744
devel/py-fabric: Update version 3.0.0=>3.0.1
Changelog: https://www.fabfile.org/changelog.html
|
Thu, 30 Mar 2023
|
[ 15:56 Muhammad Moinur Rahman (bofh) ] b108b2c
devel/py-fabric: Update version 2.7.1=>3.0.0
- Change minimum python version to 3.7
Changelog: https://www.fabfile.org/changelog.html
|
Mon, 30 Jan 2023
|
[ 13:02 Po-Chuan Hsieh (sunpoet) ] ba4f577
devel/py-fabric: Allow build with py-invoke 2.0.0+
- Bump PORTREVISION for package change
Reference: https://github.com/fabric/fabric/commit/22c02a1d3106414ac76993f0a2574494d1726a84
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 19 Jul 2022
|
[ 19:12 Muhammad Moinur Rahman (bofh) ] 9afb3de2
devel/py-fabric: Update version 2.7.0=>2.7.1
- Add USE_PYTHON=pytest
Relnotes: https://github.com/fabric/fabric/releases/tag/2.7.1
|
Thu, 31 Mar 2022
|
[ 07:18 Muhammad Moinur Rahman (bofh) ] 06a4fcd
devel/py-fabric: Update version 2.6.0=>2.7.0
Relnotes: https://www.fabfile.org/changelog.html
|
Sat, 12 Mar 2022
|
[ 10:40 Muhammad Moinur Rahman (bofh) ] 45ee844
devel/py-fabric: Update version 2.5.0=>2.6.0
Relnotes: https://www.fabfile.org/changelog.html
|
Tue, 8 Mar 2022
|
[ 02:09 Muhammad Moinur Rahman (bofh) ] bc808e2 (Only the first 10 of 106 ports in this commit are shown above. )
*/*: Take maintainership
|
Mon, 7 Mar 2022
|
[ 19:07 Rene Ladan (rene) ] 3d89f95 (Only the first 10 of 140 ports in this commit are shown above. )
all: return koobs' ports to the pool after safekeeping his commit bit.
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Thu, 14 Oct 2021
|
[ 21:30 Stefan Eßer (se) ] bfb1e1b
devel/py-fabric: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (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
|
Fri, 6 Sep 2019
|
[ 23:25 dbaio ]
devel/py-fabric: Update to 2.5.0
Fabric 2 is not at 100% feature parity with 1.x! Some features have been
explicitly dropped, but others simply have not been ported over yet,
either due to time constraints or because said features need to be
re-examined in a modern context.
More information at:
https://www.fabfile.org/upgrading.html#upgrading
https://www.fabfile.org/upgrading.html#upgrade-specifics
Changelog: https://www.fabfile.org/changelog.html
Reviewed by: koobs (maintainer)
Approved by: koobs (maintainer)
Differential Revision: https://reviews.freebsd.org/D20683
|
Sat, 20 Apr 2019
|
[ 15:47 koobs ]
devel/py-fabric: Update to 1.14.1
- Rejig test invocation to exclude a test that hangs
- Update pkg-descr WWW to https://, where it redirects to
Changelog:
https://www.fabfile.org/changelog-v1.html
PR: 235194
Submitted by: Dani <i.dani outlook com>
MFH: 2019Q2 (bugfix release)
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (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
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (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 )
|
Sat, 15 Jul 2017
|
[ 10:05 koobs ]
devel/py-fabric: Update to 1.13.2
- Switch paramiko1 to paramiko (2.x) in RUN_DEPENDS, it is now supported [1]
Changelog:
http://www.fabfile.org/changelog.html
[1] https://github.com/fabric/fabric/issues/1461
> Description of fields to fill in above: 76 columns --|
> PR: If and which Problem Report is related.
> Submitted by: If someone else sent in the change.
> Reported by: If someone else reported the issue.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit. (Only the first 15 lines of the commit message are shown above )
|
Tue, 8 Nov 2016
|
[ 05:48 lwhsu ]
- Use security/py-paramiko1
PR: 213893
|
Fri, 28 Oct 2016
|
[ 11:28 lwhsu ]
- Update to 1.12.0
PR: 211589
Submitted by: lwhsu
Approved by: koobs (maintainer)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 3 Mar 2016
|
[ 08:11 koobs ]
devel/py-fabric: Update to 1.10.2, Modernize
- Update PORTVERSION and distinfo checksum (1.10.2)
- Update and sort TEST_DEPENDS (adding RUN_DEPENDS no longer needed)
- Update test target and remove TESTS option bits accordingly
- Enable NO_ARCH (architecture independent)
- Repatch setup.py
Changes:
http://www.fabfile.org/changelog.html
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Mon, 28 Jul 2014
|
[ 12:29 koobs ]
devel/py-fabric: Update to 1.9.0
- Update to 1.9.0
- Add LICENSE_FILE
- Tweak COMMENT
- Tweak py-nose dependency prefix
- Limit Fabric to Python 2.x (*not* Python 3.x compatible)
- Wrap `test` command in setuptools bits using PYDISTUTILS_SETUP
- Patch setup.py to accept any version of fudge (even though its not
compatible and causes 2 test failures)
Changes:
http://www.fabfile.org/changelog.html
|
Fri, 13 Jun 2014
|
[ 08:58 koobs ]
devel/py-fabric: Update to 1.8.4, fix w/ paramiko > 1.13
- Update to 1.8.4 (containing fix for paramiko > 1.13)
- Tweak RUN_DEPENDS on paramiko to match version string in setup.py
Changes:
* Enhance setup.py to allow Paramiko 1.13+ under Python 2.6+. [1]
* Treat paths that begin with tilde "~" as absolute lute paths instead of
relative. [2]
[1] https://github.com/fabric/fabric/issues/1105
[2] https://github.com/fabric/fabric/issues/898
PR: 190856
Reported by: blackmore at pichove dot org
|
Sun, 8 Jun 2014
|
[ 12:17 koobs ]
devel/py-fabric: Update to 1.8.3
- Update to 1.8.3
- pkg-descr: Tab to space in WWW:
- Pet portlint
PR: 189837
Submitted by: Bartek Rutkowski <ports at robakdesign dot com>
|
Sun, 16 Feb 2014
|
[ 12:06 koobs ]
devel/py-fabric: Update to 1.8.2
- Update to 1.8.2
- Simplify DISTNAME
- Switch to standard `python setup.py test` for regression-test
Changes:
https://github.com/fabric/fabric/blob/1.8.2/docs/changelog.rst
|
Sat, 1 Feb 2014
|
[ 09:13 koobs ]
devel/py-fabric: Update to 1.8.1 and Modernize
- Update to 1.8.1
- Enable STAGE support
- Update LICENSE (BSD2CLAUSE)
- Enable AUTOPLIST, delete pkg-plist
- Deprecate PYDISTUTILS_PKGNAME and update DISTNAME accordingly
- Deprecate OPTIONSFILE override
- Use OPTIONS helpers
|
Wed, 2 Oct 2013
|
[ 10:07 koobs ]
devel/py-fabric: Update to 1.8.0
- Update to 1.8.0
Changes: http://docs.fabfile.org/en/1.8/changelog.html
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Fri, 6 Sep 2013
|
[ 09:31 koobs ]
devel/py-fabric: Update to 1.7
- Update to 1.7
- Add Jinja2 to TEST_DEPENDS
Changes:
http://docs.fabfile.org/en/1.7/changelog.html
PR: ports/181861
Submitted by: Gasol Wu <gasol.wu@gmail.com>
|
Sat, 1 Jun 2013
|
[ 14:15 koobs ]
devel/py-fabric: Update to 1.6.1
- Update to 1.6.1
- Move TEST_DEPENDS up into DEPENDS section
- Tweak TESTS option description
- Make the tests verbose in regression-test:
Changes: https://github.com/fabric/fabric/blob/1.6.1/docs/changelog.rst
|
Mon, 18 Mar 2013
|
[ 07:12 koobs ]
- Update to 1.6.0
- Fix COMMENT according to standards
- Update py-paramiko version requirement
- Fix nosetests TEST_DEPENDS line
Changes: http://docs.fabfile.org/en/1.6/changelog.html
Approved by: rm (mentor)
PR: ports/176662
|
Sat, 9 Feb 2013
|
[ 14:50 koobs ] (Only the first 10 of 35 ports in this commit are shown above. )
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
|
Sun, 2 Dec 2012
|
[ 01:28 wxs ]
Update to 1.5.1.
Trim header.
Switch to depending upon py-paramiko.
Add TESTS option.
Whitespace in pkg-descr.
PR: ports/173733
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Approved by: maintainer
Feature safe: yes
|
Fri, 5 Oct 2012
|
[ 11:11 sbz ]
- Update to 1.4.3
- Submitter is now maintainer
PR: ports/170130
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com>
Approved by: maintainer timeout ((>14 days)
|
Mon, 11 Jun 2012
|
[ 01:59 swills ]
- Update to 1.4.2
PR: ports/167281
Submitted by: koobs k <koobs.freebsd@gmail.com>
Approved by: clsung
|
Tue, 20 Dec 2011
|
[ 07:13 clsung ]
- Update to 1.3.3
- take over maintainership
Approved by: yzlin (via lwhsu)
|
Mon, 8 Aug 2011
|
[ 19:55 pav ]
- Update to 1.0.2
PR: ports/158284
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: maintainer timeout (yzlin; 1 month)
|
Mon, 23 May 2011
|
[ 08:36 wen ]
- Update to 1.0.1
PR: ports/156909
Submitted by: Alexandre Anriot <alexandre@atlantilde.com>
Approved by: maintainer(timeout, >14 days)
|
Sat, 12 Feb 2011
|
[ 17:20 lwhsu ]
- Update to 0.9.3
PR: ports/154156
Submitted by: lwhsu
Approved by: maintainer timeout
|
Wed, 27 Oct 2010
|
[ 15:50 yzlin ]
- Update to 0.9.2
PR: ports/151445
Submitted by: lwhsu
|
Wed, 7 Jul 2010
|
[ 10:04 yzlin ]
- Update to 0.9.1
Feature safe: yes
|
Tue, 2 Feb 2010
|
[ 06:15 yzlin ]
- Update to 0.9.0
Approved by: lwhsu/rafan (mentors, implicit)
|
Wed, 29 Jul 2009
|
[ 12:59 yzlin ] (Only the first 10 of 22 ports in this commit are shown above. )
- Change to my mail address at FreeBSD.org
Approved by: lwhsu (mentor)
|
Sat, 30 May 2009
|
[ 21:04 miwi ]
- Update to 0.9a2
PR: 134850
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
|
Sat, 11 Apr 2009
|
[ 06:24 lwhsu ]
- Update to 0.1.1
PR: ports/133573
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> (maintainer)
|
Mon, 16 Mar 2009
|
[ 08:07 nivit ]
Fabric is a simple pythonic remote deployment tool.
It is designed to upload files to, and run shell commands on, a number
of servers in parallel or serially. These commands are grouped in tasks
(regular python functions) and specified in a 'fabfile.'
This is called remote automation, and the primary use case is deploying
applications to multiple similar hosts.
WWW: http://www.nongnu.org/fab/
PR: ports/132653
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
|
Number of commits found: 50 |