elixir 0.7.1-4build0.14.04.1 source package in Ubuntu

Changelog

elixir (0.7.1-4build0.14.04.1) trusty-security; urgency=medium

  * fake sync from Debian

elixir (0.7.1-4) unstable; urgency=high

  * Team upload.

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Piotr Ożarowski ]
  * Apply fix for CVE-2012-2146 from RedHat's bugzilla (closes: 670919)
    (https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-2146)

elixir (0.7.1-3) unstable; urgency=medium

  * Team upload.

  [ Piotr Ożarowski ]
  * Remove myself from Uploaders

  [ Scott Kitterman ]
  * Rebuild for sqlalchemy 1.0
  * Update debian/watch to use pypi.debian.net redirector
  * Add python-crypto to build-depends for test execution

 -- Mike Salvatore <email address hidden>  Mon, 14 Jan 2019 10:58:34 -0500

Upload details

Uploaded by:
Mike Salvatore
Uploaded to:
Trusty
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates universe python
Trusty security universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
elixir_0.7.1.orig.tar.gz 46.0 KiB a7ef437f25b544e4f74fb3236fc43cd25f5d6feb6037dd7c66931046d75439e9
elixir_0.7.1-4build0.14.04.1.debian.tar.gz 5.9 KiB dcc4086caa5a54f2b5e319f723c784d3100bc8dd6fdb8c24a27d35c77fea5e79
elixir_0.7.1-4build0.14.04.1.dsc 2.1 KiB 5bdbd8be5eb0752b740d5c3968aa91b8bc3edf3e14e1fb2c6b5278f8ca686d6e

View changes file

Binary packages built by this source

python-elixir: declarative mapper for SQLAlchemy

 A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which
 provides the ability to define model objects following the Active Record
 design pattern, and using a DSL syntax similar to that of the Ruby on Rails
 ActiveRecord system.
 .
 Elixir does not intend to replace SQLAlchemy's core features, but instead
 focuses on providing a simpler syntax for defining model objects when you do
 not need the full expressiveness of SQLAlchemy's manual mapper definitions.
 .
 Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
 TurboEntity project.