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

plotman

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plotman - pypi Package Compare versions

Comparing version
0.3
to
0.3.1
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: plotman
Version: 0.3
Version: 0.3.1
Summary: Chia plotting manager

@@ -5,0 +5,0 @@ Home-page: https://github.com/ericaltendorf/plotman

@@ -39,11 +39,11 @@ [metadata]

install_requires =
appdirs
attrs
click
desert
marshmallow
pendulum
appdirs ~= 1.4
attrs == 21.2
click ~= 7.1
desert == 2020.11.18
marshmallow ~= 3.12
pendulum ~= 2.1
psutil ~= 5.8
pyyaml
texttable
pyyaml ~= 5.4
texttable ~= 1.6

@@ -50,0 +50,0 @@ [options.packages.find]

Metadata-Version: 2.1
Name: plotman
Version: 0.3
Version: 0.3.1
Summary: Chia plotting manager

@@ -5,0 +5,0 @@ Home-page: https://github.com/ericaltendorf/plotman

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

appdirs
attrs
click
desert
marshmallow
pendulum
appdirs~=1.4
attrs==21.2
click~=7.1
desert==2020.11.18
marshmallow~=3.12
pendulum~=2.1
psutil~=5.8
pyyaml
texttable
pyyaml~=5.4
texttable~=1.6

@@ -11,0 +11,0 @@ [coverage]

@@ -174,5 +174,5 @@ import argparse

throttle_arg = ('--bwlimit=%d' % bwlimit) if bwlimit else ''
cmd = ('rsync %s --no-compress --remove-source-files -P %s %s' %
cmd = ('rsync %s --compress-level=0 --remove-source-files -P %s %s' %
(throttle_arg, chosen_plot, rsync_dest(dir_cfg.archive, archdir)))
return (True, cmd)

@@ -159,3 +159,3 @@ import math

# maybe by moving more of the logic in to directory.py
eldest_ph = dir2oldphase.get(d, (0, 0))
eldest_ph = dir2oldphase.get(d, job.Phase(0, 0))
phases = job.job_phases_for_dstdir(d, jobs)

@@ -162,0 +162,0 @@

@@ -1,1 +0,1 @@

0.3
0.3.1