diff options
-rw-r--r-- | python/pytest/pytest.SlackBuild | 4 | ||||
-rw-r--r-- | python/pytest/pytest.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 1d4bfcf934..c59138045a 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pytest -VERSION=${VERSION:-2.7.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.7.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index dd59a52af8..34234fcb7d 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="2.7.2" +VERSION="2.7.3" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.2.tar.gz" -MD5SUM="dcd8e891474d605b81fc7fcc8711e95b" +DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.3.tar.gz" +MD5SUM="a1aa94933d545d4a26fa23f96a77a78a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" |