Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim and related packages missing from EL6 repos #467

Closed
worr opened this issue Feb 22, 2017 · 1 comment
Closed

vim and related packages missing from EL6 repos #467

worr opened this issue Feb 22, 2017 · 1 comment
Assignees

Comments

@worr
Copy link

worr commented Feb 22, 2017

EL6 is missing vim packages. Packages are present in Darwin repo.

Missing packages are:

vimpager-1.8.9       Use ViM as PAGER
vim-xaw-8.0.0161nb1  Vim editor (vi clone) with X11 Athena GUI
vim-share-8.0.0161 = Data files for the vim editor (vi clone)
vim-motif-8.0.0161nb1  Vim editor (vi clone) with X11 Motif GUI
vim-lang-8.0.0161    Language files for the vim editor (vi clone)
vim-gtk3-8.0.0161nb1  Vim editor (vi clone) with X11 GTK3 GUI
vim-gtk2-8.0.0161nb1  Vim editor (vi clone) with X11 GTK2 GUI
vim-8.0.0161 =       Vim editor (vi clone) without GUI
@jperkin jperkin self-assigned this Mar 14, 2017
@jperkin
Copy link
Collaborator

jperkin commented Mar 14, 2017

Fixed in pkgsrc trunk, vim packages should appear in the next EL6 build tomorrow.

@jperkin jperkin closed this as completed Mar 14, 2017
jperkin pushed a commit that referenced this issue Mar 20, 2017
Version 2.2
-----------

Released on February 27, 2017, codename Dubnium

- Minimum SQLAlchemy version is 0.8 due to use of ``sqlalchemy.inspect``.
- Added support for custom ``query_class`` and ``model_class`` as args
  to the ``SQLAlchemy`` constructor. (`#328`_)
- Allow listening to SQLAlchemy events on ``db.session``. (`#364`_)
- Allow ``__bind_key__`` on abstract models. (`#373`_)
- Allow ``SQLALCHEMY_ECHO`` to be a string. (`#409`_)
- Warn when ``SQLALCHEMY_DATABASE_URI`` is not set. (`#443`_)
- Don't let pagination generate invalid page numbers. (`#460`_)
- Drop support of Flask < 0.10. This means the db session is always tied to
  the app context and its teardown event. (`#461`_)
- Tablename generation logic no longer accesses class properties unless they
  are ``declared_attr``. (`#467`_)

.. _#328: pallets-eco/flask-sqlalchemy#328
.. _#364: pallets-eco/flask-sqlalchemy#364
.. _#373: pallets-eco/flask-sqlalchemy#373
.. _#409: pallets-eco/flask-sqlalchemy#409
.. _#443: pallets-eco/flask-sqlalchemy#443
.. _#460: pallets-eco/flask-sqlalchemy#460
.. _#461: pallets-eco/flask-sqlalchemy#461
.. _#467: pallets-eco/flask-sqlalchemy#467
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants