python3-atomicwrites:minor ver bump
This commit is contained in:
@@ -12,7 +12,7 @@ def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def check():
|
||||
shelltools.system("PYTHONPATH=build:%s/python-atomicwrites-1.3.0/build/lib py.test" % get.workDIR())
|
||||
shelltools.system("PYTHONPATH=build:%s/python-atomicwrites-1.4.0/build/lib py.test" % get.workDIR())
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Powerful Python library for atomic file writes.</Summary>
|
||||
<Description>python3-atomicwrites provides powerful Python library for atomic file writes.</Description>
|
||||
<Archive sha1sum="a79788bc16877d4221b9b76fc339650c653f55e6" type="targz">https://github.com/untitaker/python-atomicwrites/archive/1.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="6627f8c506c344460deddd3045e13487ac30df9e" type="targz">https://github.com/untitaker/python-atomicwrites/archive/1.4.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-05-16</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-18</Date>
|
||||
<Version>1.3.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user