From 2b9fde041f06f4bffdc3e2e6f8a9e07058b64f32 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 22 Jul 2014 14:35:41 +0200 Subject: [PATCH] Bump hacking to 0.9.x series Change-Id: I6dfd8238c9567879f522a6f908c339ac16411e99 --- pypi_mirror/cmd/__init__.py | 13 ------------- pypi_mirror/cmd/run_mirror.py | 3 ++- test-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/pypi_mirror/cmd/__init__.py b/pypi_mirror/cmd/__init__.py index 150f9ad..e69de29 100644 --- a/pypi_mirror/cmd/__init__.py +++ b/pypi_mirror/cmd/__init__.py @@ -1,13 +0,0 @@ -# Copyright (c) 2012 Hewlett-Packard Development Company, L.P. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/pypi_mirror/cmd/run_mirror.py b/pypi_mirror/cmd/run_mirror.py index db212ca..db71c3e 100644 --- a/pypi_mirror/cmd/run_mirror.py +++ b/pypi_mirror/cmd/run_mirror.py @@ -55,7 +55,6 @@ import datetime import functools import hashlib import os -import pkginfo import re import shlex import shutil @@ -63,6 +62,8 @@ import subprocess import sys import tempfile import urllib + +import pkginfo import yaml diff --git a/test-requirements.txt b/test-requirements.txt index f0dd00b..c0de34d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking>=0.5.6,<0.8 +hacking>=0.9.2,<0.10