New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dirsync

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dirsync - pypi Package Compare versions

Comparing version
2.2
to
2.2.1
+7
-0
CHANGES.rst

@@ -21,2 +21,9 @@ dirsync - Changes

2.2.1 (19-07-2015)
..................
Fixed:
- duplicate log entries when calling dirsync subsequently (#2)
2.1 (08-09-2014)

@@ -23,0 +30,0 @@ ----------------

+1
-1
Metadata-Version: 1.1
Name: dirsync
Version: 2.2
Version: 2.2.1
Summary: Advanced directory tree synchronisation tool

@@ -5,0 +5,0 @@ Home-page: https://bitbucket.org/tkhyn/dirsync/

@@ -37,4 +37,4 @@ """

sync(**vars(ArgParser().parse_args()))
except Exception, e:
except Exception as e:
sys.stdout.write(str(e) + '\n')
sys.exit(2)

@@ -46,5 +46,6 @@ """

log.setLevel(logging.INFO)
hdl = logging.StreamHandler(sys.stdout)
hdl.setFormatter(logging.Formatter('%(message)s'))
log.addHandler(hdl)
if not log.handlers:
hdl = logging.StreamHandler(sys.stdout)
hdl.setFormatter(logging.Formatter('%(message)s'))
log.addHandler(hdl)
self.logger = log

@@ -51,0 +52,0 @@

@@ -7,3 +7,3 @@ """

__version_info__ = (2, 2, 0, 'final', 0)
__version_info__ = (2, 2, 1, 'final', 0)

@@ -10,0 +10,0 @@

Metadata-Version: 1.1
Name: dirsync
Version: 2.2
Version: 2.2.1
Summary: Advanced directory tree synchronisation tool

@@ -5,0 +5,0 @@ Home-page: https://bitbucket.org/tkhyn/dirsync/