~ubuntu-branches/ubuntu/trusty/freeipa/trusty

« back to all changes in this revision

Viewing changes to ipapython/setup.py

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-03-07 14:10:03 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130307141003-kz4lq9vj4x692mqq
Tags: 3.1.2-0ubuntu1
* Merge from unreleased debian git.
  - new upstream release
  - doesn't use chkconfig anymore (LP: #1025018, #1124093)
  - drop -U from the ntpdate options (LP: #1149468)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    try:
53
53
        setup(
54
54
            name = "ipapython",
55
 
            version = "2.1.4",
 
55
            version = "3.1.2",
56
56
            license = "GPL",
57
57
            author = "Karl MacMillan, et.al.",
58
58
            author_email = "kmacmill@redhat.com",