Skip to content

Commit

Permalink
Update to pbr and flake8.
Browse files Browse the repository at this point in the history
As part of this, found a discrepancy between the git tags and what was in
libra.__version__ - which is the whole reason to do tag-based-versions anyway.
After landing this, someone should do a "tag -s 1.2" or something similar
to release a properly tagged version of the code.

Change-Id: I2bb678bc6928dffebb0abc7c67cec50642b1f43d
  • Loading branch information
emonty authored and David Shrewsbury committed Apr 9, 2013
1 parent 5887df9 commit d9c6b58
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 436 deletions.
1 change: 1 addition & 0 deletions .mailmap
@@ -0,0 +1 @@
<shrewsbury.dave@gmail.com> <=>
2 changes: 1 addition & 1 deletion bin/client.py
Expand Up @@ -2,7 +2,7 @@

import json
import socket
from gearman import GearmanClient, DataEncoder
from gearman import GearmanClient, DataEncoder, JOB_UNKNOWN


class JSONDataEncoder(DataEncoder):
Expand Down
4 changes: 3 additions & 1 deletion libra/__init__.py
Expand Up @@ -12,4 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.

__version__ = "2.0-alpha"
import pbr.version

__version__ = pbr.version.VersionInfo('libra')
367 changes: 0 additions & 367 deletions libra/openstack/common/setup.py

This file was deleted.

2 changes: 1 addition & 1 deletion openstack-common.conf
@@ -1,7 +1,7 @@
[DEFAULT]

# The list of modules to copy from openstack-common
modules=importutils,setup
modules=importutils

# The base module to hold the copy of openstack.common
base=libra

0 comments on commit d9c6b58

Please sign in to comment.