Changeset 2588 for branches/fc20-dev/server
- Timestamp:
- Aug 27, 2014, 9:25:47 PM (11 years ago)
- Location:
- branches/fc20-dev/server
- Files:
- 
          - 1 added
- 1 edited
 
 - 
          common/patches/python-authkit.patch (added)
- 
          fedora/specs/python-authkit.spec (modified) (4 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        branches/fc20-dev/server/fedora/specs/python-authkit.specr2587 r2588 5 5 Name: python-authkit 6 6 Version: 0.4.5 7 Release: 1%{?dist}7 Release: 2%{?dist} 8 8 Summary: An authentication and authorization toolkit for WSGI applications and frameworks 9 9 … … 16 16 BuildRequires: python-setuptools 17 17 BuildRequires: python2-devel 18 19 Requires: python-beaker 20 Requires: python-decorator 21 Requires: python-nose 22 Requires: python-openid 23 Requires: python-paste 24 Requires: python-paste-deploy 25 Requires: python-paste-script 26 Requires: python-webob 27 28 Patch0: python-authkit.patch 18 29 19 30 %description … … 30 41 %prep 31 42 %setup -q -n AuthKit-%{version} 43 %patch0 -p1 32 44 33 45 … … 49 61 50 62 %changelog 63 * Thu Aug 28 2014 Alex Chernyakhovsky <achernya@mit.edu> - 0.4.5-2 64 - Correct ElementTree import. 65 51 66 * Thu Aug 28 2014 Alex Chernyakhovsky <achernya@mit.edu> - 0.4.5-1 52 67 - Initial packaging. 
Note: See TracChangeset
          for help on using the changeset viewer.
      
