Hello community,

here is the log from the commit of package python-Axiom for openSUSE:Factory 
checked in at 2012-12-14 10:41:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Axiom (Old)
 and      /work/SRC/openSUSE:Factory/.python-Axiom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Axiom", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.python-Axiom.new/python-Axiom.changes   
2012-12-14 10:41:34.000000000 +0100
@@ -0,0 +1,18 @@
+-------------------------------------------------------------------
+Tue Aug  7 15:36:38 UTC 2012 - [email protected]
+
+- Fix requires
+
+-------------------------------------------------------------------
+Tue Jul 31 12:33:59 UTC 2012 - [email protected]
+
+- Spec file cleanup:
+  + Use group Development/Languages/Python
+  + Drop awesomely old Fedora specifics
+
+-------------------------------------------------------------------
+Sun Jul  1 13:47:53 UTC 2012 - [email protected]
+
+- Initial package, version 0.6.0. Work based on Mauricio Teixeira's
+  Spec file.
+

New:
----
  Axiom-0.6.0.tar.gz
  python-Axiom.changes
  python-Axiom.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Axiom.spec ++++++
#
# spec file for package python
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python-Axiom
Version:        0.6.0
Release:        0
Url:            http://www.divmod.org/trac/wiki/DivmodAxiom
Summary:        An in-process object-relational database
License:        MIT
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/A/Axiom/Axiom-0.6.0.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-Epsilon >= 0.4.0
BuildRequires:  python-Twisted >= 2.1.1
BuildRequires:  python-sqlite2
BuildRequires:  python-xml
Requires:       python-Epsilon >= 0.4.0
Requires:       python-Twisted >= 2.1.1
Requires:       python-sqlite2
Requires:       python-xml
Requires:       sqlite
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
A small utility package that depends on tools too recent for Twisted (like
datetime in python2.4) but performs generic enough functions that it can be
used in projects that don't want to share Divmod's other projects' large
footprint.

Currently included:

    * A powerful date/time formatting and import/export class (ExtimeDotTime),
      for exchanging date and time information between all Python's various
      ways to interpret objects as times or time deltas.
    * Tools for managing concurrent asynchronous processes within Twisted.
    * A metaclass which helps you define classes with explicit states.
    * A featureful Version class.
    * A formal system for application of monkey-patches.

%prep
%setup -n Axiom-%{version} -q

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot} --prefix %{_prefix}

%files
%defattr(-,root,root,-)
%doc NAME.txt
%{_bindir}/axiomatic
%{python_sitelib}/Axiom-%{version}-*.egg-info
%{python_sitelib}/axiom/
%{python_sitelib}/twisted/plugins/axiom*
%{python_sitelib}/twisted/plugins/dropin*
%dir %{python_sitelib}/twisted/
%dir %{python_sitelib}/twisted/plugins/

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to