Next | Query returned 63 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.
   2015-12-05 22:26:09 by Adam Ciarcinski | Files touched by this commit (578)
Log message:
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
   2015-11-04 02:32:42 by Alistair G. Crooks | Files touched by this commit (499)
Log message:
Add SHA512 digests for distfiles for sysutils category

Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-10-04 00:56:21 by Blue Rats | Files touched by this commit (2)
Log message:
Neither ansible nor fabric don't work under py3x due to paramiko - they
don't have py3x support.
   2015-08-12 05:26:47 by Guillaume Lasmayous | Files touched by this commit (3)
Log message:
Updated sysutils/fabric to 1.10.2

Upstream changes:
=================

1.10.2 2015-06-19
-----------------

    [Bug] #1273: Fix issue with ssh/config not having a cross-platform default
path. Thanks to @SamuelMarks for catch & patch.

    [Bug] #1286: (also #971, #1032) Recursively unwrap decorators instead of
only unwrapping a single decorator level, when obtaining task docstrings.
Thanks to Avishai Ish-Shalom for the original report & Max Kovgan for the
patch.

    [Bug] #1289: Fix 'NameError: free variable referenced before assignment
in enclosing scope'. Thanks to @SamuelMarks for catch & patch.

    [Bug] #980: (also #1312) Redirect output of cd to /dev/null so users
enabling bash's CDPATH (or similar features in other shells) don't have
polluted output captures. Thanks to Alex North-Keys for the original report &
Steve Ivy for the fix.

    [Bug] #1305: (also #1313) Fix a couple minor issues with the operation of &
demo code for the JobQueue class. Thanks to @dioh and Horst Gutmann for the
report & Cameron Lane for the patch.

    [Bug] #1318: Update functionality added in #1213 so abort error messages
don't get printed twice (once by us, once by sys.exit) but the annotated
exception error message is retained. Thanks to Felix Almeida for the report.

1.10.1 2014-12-19
-----------------

    [Bug] #1226: Update get to ensure that env.user has access to tempfiles
before changing permissions. Also corrected permissions from 404 to 0400 to
match comment. Patch by Curtis Mattoon; original report from Daniel Watkins.

    [Support] #1229: Add some missing API doc hyperlink references. Thanks to
Tony Narlock.

    [Support] #958: Remove the Git SHA portion of our version string
generation; it was rarely useful & occasionally caused issues for users with
non-Git-based source checkouts.

    [Bug] #1180: Fix issue with unicode steam outputs crashing if stream
encoding type is None. Thanks to @joekiller for catch & patch.

    [Bug] #1228: Update the CommandTimeout class so it has a useful str instead
of appearing blank when caught by Fabric's top level exception handling.
Catch & patch from Tomaz Muraus.

    [Support] #1213: Add useful exception message to the implicit SystemExit
raised by Fabric's use of sys.exit inside the abort function. This allows
client code catching SystemExit to have better introspection into the error.
Thanks to Ioannis Panousis.

    [Bug] #1019: (also #1022, #1186) Fix is a tty tests in
environments where streams (eg sys.stdout) have been replaced with objects
lacking a .isatty() method. Thanks to Miki Tebeka for the original report, Lele
Long for a subsequent patch, and Julien Phalip for the final/merged patch.

    [Bug] #1201: Don't naively glob all get targets - only glob actual
directories. This avoids incorrectly yielding permission errors in edge cases
where a requested file is within a directory lacking the read permission bit.
Thanks to Sassa Nf for the original report.

1.10.0 2014-09-04
-----------------

    [Feature] #975: Fabric can now be invoked via python -m fabric in addition
to the typical use of the fab entrypoint. Patch courtesy of Jason Coombs.
(Python 2.7 only)

    [Feature] #1090: Add option to skip unknown tasks. Credit goes to Jonas
Lundberg.

    [Feature] #1098: Add support for dict style roledefs. Thanks to Jonas
Lundberg.

    [Feature] #700: Added use_sudo and temp_dir params to get. This allows
downloading files normally not accessible to the user using sudo. Thanks to
Jason Coombs for initial report and to Alex Plugaru for the patch (#1121).

    [Bug] #1188: Update local to close non-pipe file descriptors in the child
process so subsequent calls to local aren't blocked on e.g.
already-connected network sockets. Thanks to Tolbkni Kao for catch & patch.
   2014-08-13 22:05:14 by Guillaume Lasmayous | Files touched by this commit (2)
Log message:
Update sysutils/fabric to 1.9.1.

Upstream changes:
-----------------

    [Bug] #1167: Add Jinja to test_requires in setup.py for the couple of newish \ 
tests that now require it. Thanks to Kubilay Kocak for the catch.
    [Bug] #600: Clear out connection caches in full when prepping \ 
parallel-execution subprocesses. This avoids corner cases causing hangs/freezes \ 
due to client/socket reuse. Thanks to Ruslan Lutsenko for the initial report and \ 
Romain Chossart for the suggested fix.
    [Bug] #1026: Fix a typo preventing quiet operation of is_link. Caught by \ 
@dongweiming.
    [Bug] #1059: Update IPv6 support to work with link-local address formats. \ 
Fix courtesy of @obormot.
    [Bug] #1096: Encode Unicode text appropriately for its target stream object \ 
to avoid issues on non-ASCII systems. Thanks to Toru Uetani for the original \ 
patch.
    [Bug] #852: Fix to respect template_dir for non Jinja2 templates in \ 
upload_template. Thanks to Adam Kowalski for the patch and Alex Plugaru for the \ 
initial test case.
    [Bug] #1134: Skip bad hosts when the tasks are executed in parallel. Thanks \ 
to Igor Maravić @i-maravic.
    [Bug] #1146: Fix a bug where upload_template failed to honor lcd when \ 
mirror_local_mode is True. Thanks to Laszlo Marai for catch & patch.
    [Bug] #1147: Use stat instead of lstat when testing directory-ness in the \ 
SFTP module. This allows recursive downloads to avoid recursing into symlinks \ 
unexpectedly. Thanks to Igor Kalnitsky for the patch.
    [Bug] #1165: Prevent infinite loop condition when a gateway host is enabled \ 
& the same host is in the regular target host list. Thanks to @CzBiX for \ 
catch & patch.
   2014-06-12 02:53:05 by Guillaume Lasmayous | Files touched by this commit (3)
Log message:
Update sysutils/fabric to 1.9.0

Upstream changes:
-----------------

1.9.0 2014-06-08

    [Bug] #965: Tweak IO flushing behavior when in linewise
 (& thus parallel) mode so interwoven output is less frequent.
 Thanks to @akidata for catch & patch.
    [Feature] #741: Add env.prompts dictionary, allowing users to set
 up custom prompt responses (similar to the built-in sudo prompt
 auto-responder.) Thanks to Nigel Owens and David Halter for the patch.
    [Feature] #1082: Add pty passthrough kwarg to upload_template.
    [Support]: Modified packaging data to reflect that Fabric requires
 Paramiko < 1.13 (which dropped Python 2.5 support.)
    [Support] #1105: Enhance setup.py to allow Paramiko 1.13+ under
 Python 2.6+. Thanks to to @Arfrever for catch & patch.
    [Support] #1106: Fix a misleading/ambiguous example snippet in the fab
 usage docs to be clearer. Thanks to @zed.
    [Feature] #1101: Reboot operation now supports custom command.
 Thanks to Jonas Lejon.
    [Feature] #938: Add an env var env.effective_roles specifying roles used
 in the currently executing command. Thanks to Piotr Betkier for the patch.
    [Feature] #1078: Add .command and .real_command attributes to local
 return value.
 Thanks to Alexander Teves (@alexanderteves) and Konrad Hałas (@konradhalas).

1.8.4 2014-06-08

    [Support] #1105: Enhance setup.py to allow Paramiko 1.13+ under Python
 2.6+. Thanks to to @Arfrever for catch & patch.
    [Bug] #898: Treat paths that begin with tilde “~”
 as absolute paths instead of relative.
 Thanks to Alex Plugaru for the patch and Dan Craig for the suggestion.

1.8.3 2014-03-21

    [Support]: Modified packaging data to reflect that Fabric requires
 Paramiko < 1.13 (which dropped Python 2.5 support.)
   2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-02-15 08:27:34 by Guillaume Lasmayous | Files touched by this commit (1)
Log message:
Remove the FETCH_USING change, it does not belong here
   2014-02-14 20:59:57 by Guillaume Lasmayous | Files touched by this commit (2)
Log message:
Update sysutils/fabric to 1.8.2

pkgsrc changes:
---------------
FETCH_USING= curl. Yes, I know it's a hack, but at least it works on the
NetBSD version installed on my laptop.

upstream changes:
-----------------

1.8.2 2014-02-14

    [Bug] #1046: Fix typo preventing use of ProxyCommand in some
 situations. Thanks to Keith Yang.
    [Bug] #917: Correct an issue with put(use_sudo=True, mode=xxx) where
 the chmod was trying to apply to the wrong location.
Thanks to Remco (@nl5887) for catch & patch.
    [Bug] #955: Quote directories created as part of put‘s
recursive directory uploads when use_sudo=True so directories with shell
meta-characters (such as spaces) work correctly. Thanks to John Harris for the catch.

1.8.1 2013-12-24

    [Bug] #948: Handle connection failures due to server load and try
 connecting to hosts a number of times specified in env.connection_attempts.
    [Bug] #957: Fix bug preventing use of env.gateway with targets requiring
 password authentication. Thanks to Daniel González, @Bengrunt and @adrianbn \ 
for their bug reports.
    [Bug] #956: Fix pty size detection when running inside Emacs.
 Thanks to @akitada for catch & patch.

Next | Query returned 63 messages, browsing 21 to 30 | Previous