From f1c25cfb77bbd3e2b76907456d6618f6d4d1e830 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Apr 22 2013 22:52:14 +0000 Subject: Latest upstream. --- diff --git a/.gitignore b/.gitignore index 6615d6b..9418b4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /datanommer.models-0.2.0.tar.gz /datanommer.models-0.4.1.tar.gz /datanommer.models-0.4.2.tar.gz +/datanommer.models-0.4.3.tar.gz diff --git a/python-datanommer-models.spec b/python-datanommer-models.spec index 5bd0767..9f82599 100644 --- a/python-datanommer-models.spec +++ b/python-datanommer-models.spec @@ -1,7 +1,7 @@ %global modname datanommer.models Name: python-datanommer-models -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: SQLAlchemy models for datanommer @@ -16,14 +16,6 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-nose -# XXX - remove these. It is needed to get around an old issue -# with moksha and fedmsg -BuildRequires: python-bunch -%if %{?rhel}%{!?rhel:0} >= 6 -BuildRequires: python-argparse -BuildRequires: python-ordereddict -%endif - BuildRequires: fedmsg Requires: fedmsg @@ -77,9 +69,12 @@ rm -rf *.egg-info %config(noreplace) %{_sysconfdir}/fedmsg.d/datanommer.py* - - %changelog +* Mon Apr 22 2013 Ralph Bean - 0.4.3-1 +- Bugfixes to category assignment. +- New convenience classmethods on Message, User, and Package. +- Removed old BuildRequires on bunch, argparse, and orderedict. + * Thu Feb 14 2013 Ralph Bean - 0.4.2-1 - Latest upstream with improved alembic migration. diff --git a/sources b/sources index 082a30b..68179be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0bee6cc54d10826fc482d992d7268d6a datanommer.models-0.4.2.tar.gz +cbd4c5a2e00979c57a98ce4a0f7f59af datanommer.models-0.4.3.tar.gz