Skip to content

Commit

Permalink
build: Update from european-union-support (update changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 22, 2025
1 parent d4f9ceb commit ace6c03
Show file tree
Hide file tree
Showing 5 changed files with 684 additions and 116 deletions.
34 changes: 32 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@
# Changelog

The profile is up-to-date with eForms SDK 1.11.0.
The profile is up-to-date with eForms SDK 1.12.0.

## 2025-01-22

Updates for SDK 1.12.0.

- Add mappings for new codes in codelists
- `form-type`: 'consultation', 'completion' (:issue:`231` ▸ :pull:`233`)
- `procurement-procedure-type`: 'exp-int-rail' (:issue:`230` ▸ :pull:`234`)
- Update mappings:
- BT-01(c)-Procedure (:issue:`226` ▸ :pull:`228`)
- BT-01-notice (:issue:`226` ▸ :pull:`228`)
- BT-03-notice (:issue:`231` ▸ :pull:`233`)

## 2024-11-26

Updates for SDK 1.12.0. (:issue:`215`)

- Add mappings for new fields (▸ :pull:`224`)
- BT-681-Lot Foreign Subsidies Regulation (:issue:`219` ▸)
- BT-682-Tender Foreign Subsidies Measures (:issue:`219` ▸)
- BT-806-Procedure Exclusion Grounds Source (:issue:`220` ▸)
- BT-809-Lot Selection Criteria (:issue:`220` ▸)
- BT-821-Lot Selection Criteria Source (:issue:`220` ▸)
- Add mappings for new codes in codelists
- `selection-criterion` (:issue:`218` ▸ :pull:`224`)
- Clarify when to append or prepend, rather than replace (:pull:`229`)

## 2024-06-26

Change `parties.details.classifications.scheme` from 'TED_CA_TYPE' to 'eu-buyer-legal-type'. (:issue:`208` ▸ :pull:`210`)

## 2023-04-25

First public working draft.
First public working draft (SDK 1.6.0), followed by updates for each SDK version.
7 changes: 4 additions & 3 deletions docs/codelists/form-type.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
eForms code,eForms label,Release tag,Tender status
planning,Procurement preparation and set-up.,tender,'planned'
consultation,Consultation,'planning','planning'
planning,Procurement preparation and set-up.,'tender','planned'
competition,"The contracting authority or contracting entity may limit the number of candidates or tenderers to an appropriate level, on condition that this is done in a transparent manner and on the basis of objective criteria. The number of candidates or tenderers invited shall be sufficient to ensure genuine competition.",'tender','active'
change,Replacement of a previous notice with different information.,'tenderUpdate',
dir-awa-pre,Prior notification of a direct award.,"'award', 'contract'",'complete'
result,Outcome of the call for tender.,"'award', 'contract'",'complete'
dir-awa-pre:,Prior notification of a direct award.,"'award', 'contract'",'complete'
cont-modif,Any change done in the contract.,"'awardUpdate', 'contractUpdate'",
completion,Completion,'contractUpdate',
1 change: 1 addition & 0 deletions docs/codelists/procurement-procedure-type.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ innovation,"In innovation partnerships, any economic operator may submit a reque
neg-w-call,"In negotiated procedures with prior call for competition, any economic operator may submit a request to participate in response to a call for competition by providing the information for qualitative selection that is requested by the contracting entity.",'selective',Only qualified suppliers are invited to submit a tender.
restricted,"In restricted procedures, any economic operator may submit a request to participate in response to a call for competition by providing the information for qualitative selection that is requested by the contracting entity.",'selective',Only qualified suppliers are invited to submit a tender.
neg-wo-call,"Contracting entities may use a negotiated procedure without prior call for competition in the following cases: Based on Directive 2014/25/EU, Article 50: (a) where no tenders or no suitable tenders or no requests to participate or no suitable requests to participate have been submitted [...]; (b) where a contract is purely for the purpose of research, experiment, study or development, [...]; (c) where the works, supplies or services can be supplied only by a particular economic operator [...]; (d) in so far as is strictly necessary where, for reasons of extreme urgency brought about by events unforeseeable by the contracting entity [...]; (e) in the case of supply contracts for additional deliveries by the original supplier [...]; (f) for new works or services consisting in the repetition of similar works or services assigned to the contractor [...]; (g) for supplies quoted and purchased on a commodity market; (h) for bargain purchases [...]; (i) for purchases of supplies or services under particularly advantageous conditions [...]; (j) where the service contract concerned follows a design contest organised in accordance with this Directive and is to be awarded [...]; OR Based on Regulation (EC) No 1370/2007, Article 5: where the contract complies with the conditions of Article 5, paragraphs (2), (3a), (3b), (4), (4a, (4b), (5) and (6) of Regulation (EC) No 1370/2007.",'limited',The procuring entity contacts a number of suppliers of its choice.
exp-int-rail,"Based on Article 5(3b) of Regulation (EC) No 1370/2007, competent authorities may make public their intentions to award a public service contract for public passenger transport services by rail by publishing an information notice in the Official Journal of the European Union.",'open',
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
# ones.
extensions = [
"myst_parser",
"sphinx.ext.extlinks",
"sphinxcontrib.jsonschema",
"sphinxcontrib.opendataservices",
"sphinx_design",
Expand Down Expand Up @@ -62,6 +63,14 @@
html_static_path = ["_static"]


# -- Extension configuration -------------------------------------------------

extlinks = {
"issue": ("https://github.com/open-contracting/european-union-support/issues/%s", "#%s"),
"pull": ("https://github.com/open-contracting/european-union-support/pull/%s", "#%s"),
}


# -- Local configuration -----------------------------------------------------

_ = get_translation("theme")
Expand Down
Loading

0 comments on commit ace6c03

Please sign in to comment.