elixir 0.7.1-4build0.16.04.1 source package in Ubuntu

Changelog

elixir (0.7.1-4build0.16.04.1) xenial-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)

 -- Mike Salvatore <email address hidden>  Mon, 14 Jan 2019 11:09:45 -0500

Upload details

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

See full publishing history Publishing

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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
elixir_0.7.1.orig.tar.gz 46.0 KiB a7ef437f25b544e4f74fb3236fc43cd25f5d6feb6037dd7c66931046d75439e9
elixir_0.7.1-4build0.16.04.1.debian.tar.xz 5.6 KiB 5add0b1e7fc0f796d53cd2d92a3f024f0611d339bb5e2826956c8c437ef2ac11
elixir_0.7.1-4build0.16.04.1.dsc 2.1 KiB 08915c05a71599efc310592fd6e9fc5fd8e56e11dbd2788387c9fb25032b1f9b

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.