Bug 240217

Summary: databases/py-Pyrseas: update to 0.9.0
Product: Ports & Packages Reporter: Volodymyr Kostyrko <arcade>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Some People Keywords: easy, patch-ready
Priority: --- Flags: arcade: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update to 0.9.0 arcade: maintainer-approval+

Description Volodymyr Kostyrko 2019-08-30 19:51:18 UTC
Created attachment 207033 [details]
update to 0.9.0

Changelog:

Schema 'public' is no longer treated as a special case (176)

Yamltodb was changed to support Postgres 11, in particular due to changes to the 'pg_proc' catalog (#195)

Dbtoyaml now outputs column information for views, both regular and materialized (184)

Fixed various issues, including:

        Do not assume constraints always refer to columns (#188)

        Add non-'public' schemas to search_path to avoid problems with
            some extensions (e.g., PostGIS) that need them to resolve objects (#91)

        Prevent a view definition from changing a column type (#90)

        Inconsistent handling of FOREIGN KEY and UNIQUE constraints
            leading to AttributeErrors (#182)

        Recreation of tsvector triggers when columns are added (#179)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-02 13:46:29 UTC
A commit references this bug:

Author: swills
Date: Mon Sep  2 13:45:59 UTC 2019
New revision: 510789
URL: https://svnweb.freebsd.org/changeset/ports/510789

Log:
  databases/py-Pyrseas: update to 0.9.0

  PR:		240217
  Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)

Changes:
  head/databases/py-Pyrseas/Makefile
  head/databases/py-Pyrseas/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-09-02 13:47:03 UTC
Committed, thanks!